color details

Color Details
#99ebed Color Hex

#99ebed color RGB value is (9, 158, 190).
#99ebed hex color red value is 9, green value is 158, and blue value is 190.
Cylindrical-coordinate representations (HSL) of color #99ebed hue: 190.61, saturation: 0.91 and lightness: 0.39.

The process color (four-color CMYK) of #99ebed color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #99ebed is #ff9999. Color #99ebed contains mainly RED.

Color Spaces
Color spaces of #99ebedValue
RGB153, 235, 237
HSL0.5, 0.7, 0.76
HSV181°, 35°, 93°
XYZ58.13, 72.3, 91
Base Numbers
Base Red Green Blue
Binary 10011001 11101011 11101101
Octal 231 353 355
Decimal 153 235 237
Hex 99 EB ED

RGB Percentages for Color #99ebed

24.48%
37.6%
37.92%

CMYK Percentages of the Color #99ebed

35.44%
0.84%
7.06%
CSS Codes for Color #99ebed
.mybgColor {background-color: #99ebed;}
.myforeColor {color: #99ebed;}
.myborderColor {border:3px solid #99ebed;}
Text Font Color #99ebed

<p style="color:#99ebed">Text here</p>

This sample text is styled with the font color #99ebed. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #99ebed

<div style="background-color:#99ebed">Div content here</div>

The background color of this div is #99ebed
Border Color #99ebed

<div style="border:3px solid #99ebed">Div here</div>

The border color of this div is #99ebed
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(153, 235, 237, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #99ebed;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #99ebed;
-webkit-box-shadow: 1px 1px 3px #99ebed;
box-shadow: 1px 1px 3px #99ebed;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153, 235, 237, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #99ebed;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #99ebed; -webkit-box-shadow: 1px 1px 3px #99ebed; box-shadow: 1px 1px 3px #99ebed;">Div content here</div>

This div box has a shadow with a specified color. #99ebed

Scroll to Top