Shades of Charlotte #99DAE6
Tints of Charlotte #99DAE6
RGB
CMYK
RGB Variations
Color information
#99DAE6 (or 0x99DAE6) is known color: Charlotte. HEX triplet: 99, DA and E6. RGB value is (153,218,230). Sum of RGB (Red+Green+Blue) = 153+218+230=601 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.46% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 230 - color contains mainly: blue. Hex color #99DAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DAE6 is #662519. Grayscale: #C7C7C7. Windows color (decimal): -6694170 or 15129241. OLE color: 15129241.
HSL color Cylindrical-coordinate representation of color #99DAE6: hue angle of 189.35º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99DAE6 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 218 | 230 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.10 |
| HSL | 189.35º | 0.61% | 0.75% | - |
| HSV(B) | 189.35º | 0.33% | 0.9% | - |
| XYZ | 52.49 | 62.63 | 84.18 | - |
| YUV | 199.93 | 144.97 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 230 | 0.33 | 0.05 | 0 | 0.10 | 189.35 | 0.61 | 0.75 |
| Hex | 99 | DA | E6 | 21 | 5 | 0 | A | BD | 3D | 4B |
| Octal | 231 | 332 | 346 | 41 | 5 | 0 | 12 | 275 | 75 | 113 |
| Binary | 10011001 | 11011010 | 11100110 | 100001 | 101 | 0 | 1010 | 10111101 | 111101 | 1001011 |
Color Harmonies of #99DAE6
Complementary color
Monochromatic Colors of #99DAE6
Black with #99DAE6
Text Example
Text Example
White with #99DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DAE6; }
p { color: rgb(153,218,230); }
H1.HeaderClassName
{
color: #99DAE6;
}
.AnyTagClassName
{
color: #99DAE6;
}
</style>
background-color css
<style>
a { background-color: #99DAE6; }
a { background-color: rgb(153,218,230); }
div.DivClassName
{
background-color: #99DAE6;
}
.BgClassName
{
background-color: #99DAE6;
}
</style>
border-color css
<style>
span { border-color: #99DAE6; }
span { border-color: rgb(153,218,230); }
td.TdClassName
{
border-color: #99DAE6;
}
.TagClassName
{
border-color: #99DAE6;
}
</style>