Shades of Charlotte #99DBE4
Tints of Charlotte #99DBE4
RGB
CMYK
RGB Variations
Color information
#99DBE4 (or 0x99DBE4) is known color: Charlotte. HEX triplet: 99, DB and E4. RGB value is (153,219,228). Sum of RGB (Red+Green+Blue) = 153+219+228=600 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.5% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 228 - color contains mainly: blue. Hex color #99DBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBE4 is #66241B. Grayscale: #C8C8C8. Windows color (decimal): -6693916 or 14998425. OLE color: 14998425.
HSL color Cylindrical-coordinate representation of color #99DBE4: hue angle of 187.2º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99DBE4 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 219 | 228 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.11 |
| HSL | 187.2º | 0.58% | 0.75% | - |
| HSV(B) | 187.2º | 0.33% | 0.89% | - |
| XYZ | 52.47 | 63.04 | 82.8 | - |
| YUV | 200.29 | 143.63 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 228 | 0.33 | 0.04 | 0 | 0.11 | 187.2 | 0.58 | 0.75 |
| Hex | 99 | DB | E4 | 21 | 4 | 0 | B | BB | 3A | 4B |
| Octal | 231 | 333 | 344 | 41 | 4 | 0 | 13 | 273 | 72 | 113 |
| Binary | 10011001 | 11011011 | 11100100 | 100001 | 100 | 0 | 1011 | 10111011 | 111010 | 1001011 |
Color Harmonies of #99DBE4
Complementary color
Monochromatic Colors of #99DBE4
Black with #99DBE4
Text Example
Text Example
White with #99DBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBE4; }
p { color: rgb(153,219,228); }
H1.HeaderClassName
{
color: #99DBE4;
}
.AnyTagClassName
{
color: #99DBE4;
}
</style>
background-color css
<style>
a { background-color: #99DBE4; }
a { background-color: rgb(153,219,228); }
div.DivClassName
{
background-color: #99DBE4;
}
.BgClassName
{
background-color: #99DBE4;
}
</style>
border-color css
<style>
span { border-color: #99DBE4; }
span { border-color: rgb(153,219,228); }
td.TdClassName
{
border-color: #99DBE4;
}
.TagClassName
{
border-color: #99DBE4;
}
</style>