Shades of Charlotte #99DEE7
Tints of Charlotte #99DEE7
RGB
CMYK
RGB Variations
Color information
#99DEE7 (or 0x99DEE7) is known color: Charlotte. HEX triplet: 99, DE and E7. RGB value is (153,222,231). Sum of RGB (Red+Green+Blue) = 153+222+231=606 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.25% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 231 - color contains mainly: blue. Hex color #99DEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DEE7 is #662118. Grayscale: #CACACA. Windows color (decimal): -6693145 or 15195801. OLE color: 15195801.
HSL color Cylindrical-coordinate representation of color #99DEE7: hue angle of 186.92º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99DEE7 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 222 | 231 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.09 |
| HSL | 186.92º | 0.62% | 0.75% | - |
| HSV(B) | 186.92º | 0.34% | 0.91% | - |
| XYZ | 53.68 | 64.78 | 85.28 | - |
| YUV | 202.4 | 144.14 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 222 | 231 | 0.34 | 0.04 | 0 | 0.09 | 186.92 | 0.62 | 0.75 |
| Hex | 99 | DE | E7 | 22 | 4 | 0 | 9 | BB | 3E | 4B |
| Octal | 231 | 336 | 347 | 42 | 4 | 0 | 11 | 273 | 76 | 113 |
| Binary | 10011001 | 11011110 | 11100111 | 100010 | 100 | 0 | 1001 | 10111011 | 111110 | 1001011 |
Color Harmonies of #99DEE7
Complementary color
Monochromatic Colors of #99DEE7
Black with #99DEE7
Text Example
Text Example
White with #99DEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DEE7; }
p { color: rgb(153,222,231); }
H1.HeaderClassName
{
color: #99DEE7;
}
.AnyTagClassName
{
color: #99DEE7;
}
</style>
background-color css
<style>
a { background-color: #99DEE7; }
a { background-color: rgb(153,222,231); }
div.DivClassName
{
background-color: #99DEE7;
}
.BgClassName
{
background-color: #99DEE7;
}
</style>
border-color css
<style>
span { border-color: #99DEE7; }
span { border-color: rgb(153,222,231); }
td.TdClassName
{
border-color: #99DEE7;
}
.TagClassName
{
border-color: #99DEE7;
}
</style>