Shades of Charlotte #99DEE2
Tints of Charlotte #99DEE2
RGB
CMYK
RGB Variations
Color information
#99DEE2 (or 0x99DEE2) is known color: Charlotte. HEX triplet: 99, DE and E2. RGB value is (153,222,226). Sum of RGB (Red+Green+Blue) = 153+222+226=601 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.46% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 226 (88.67% from 255 or 37.60% from 601); Max value from RGB is 226 - color contains mainly: blue. Hex color #99DEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DEE2 is #66211D. Grayscale: #C9C9C9. Windows color (decimal): -6693150 or 14868121. OLE color: 14868121.
HSL color Cylindrical-coordinate representation of color #99DEE2: hue angle of 183.29º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99DEE2 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 222 | 226 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.11 |
| HSL | 183.29º | 0.56% | 0.74% | - |
| HSV(B) | 183.29º | 0.32% | 0.89% | - |
| XYZ | 52.99 | 64.51 | 81.61 | - |
| YUV | 201.83 | 141.64 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 222 | 226 | 0.32 | 0.02 | 0 | 0.11 | 183.29 | 0.56 | 0.74 |
| Hex | 99 | DE | E2 | 20 | 2 | 0 | B | B7 | 38 | 4A |
| Octal | 231 | 336 | 342 | 40 | 2 | 0 | 13 | 267 | 70 | 112 |
| Binary | 10011001 | 11011110 | 11100010 | 100000 | 10 | 0 | 1011 | 10110111 | 111000 | 1001010 |
Color Harmonies of #99DEE2
Complementary color
Monochromatic Colors of #99DEE2
Black with #99DEE2
Text Example
Text Example
White with #99DEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DEE2; }
p { color: rgb(153,222,226); }
H1.HeaderClassName
{
color: #99DEE2;
}
.AnyTagClassName
{
color: #99DEE2;
}
</style>
background-color css
<style>
a { background-color: #99DEE2; }
a { background-color: rgb(153,222,226); }
div.DivClassName
{
background-color: #99DEE2;
}
.BgClassName
{
background-color: #99DEE2;
}
</style>
border-color css
<style>
span { border-color: #99DEE2; }
span { border-color: rgb(153,222,226); }
td.TdClassName
{
border-color: #99DEE2;
}
.TagClassName
{
border-color: #99DEE2;
}
</style>