Shades of Charlotte #99DCE4
Tints of Charlotte #99DCE4
RGB
CMYK
RGB Variations
Color information
#99DCE4 (or 0x99DCE4) is known color: Charlotte. HEX triplet: 99, DC and E4. RGB value is (153,220,228). Sum of RGB (Red+Green+Blue) = 153+220+228=601 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.46% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 228 - color contains mainly: blue. Hex color #99DCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCE4 is #66231B. Grayscale: #C8C8C8. Windows color (decimal): -6693660 or 14998681. OLE color: 14998681.
HSL color Cylindrical-coordinate representation of color #99DCE4: hue angle of 186.4º 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 #99DCE4 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 220 | 228 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.11 |
| HSL | 186.4º | 0.58% | 0.75% | - |
| HSV(B) | 186.4º | 0.33% | 0.89% | - |
| XYZ | 52.73 | 63.56 | 82.89 | - |
| YUV | 200.88 | 143.3 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 228 | 0.33 | 0.04 | 0 | 0.11 | 186.4 | 0.58 | 0.75 |
| Hex | 99 | DC | E4 | 21 | 4 | 0 | B | BA | 3A | 4B |
| Octal | 231 | 334 | 344 | 41 | 4 | 0 | 13 | 272 | 72 | 113 |
| Binary | 10011001 | 11011100 | 11100100 | 100001 | 100 | 0 | 1011 | 10111010 | 111010 | 1001011 |
Color Harmonies of #99DCE4
Complementary color
Monochromatic Colors of #99DCE4
Black with #99DCE4
Text Example
Text Example
White with #99DCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DCE4; }
p { color: rgb(153,220,228); }
H1.HeaderClassName
{
color: #99DCE4;
}
.AnyTagClassName
{
color: #99DCE4;
}
</style>
background-color css
<style>
a { background-color: #99DCE4; }
a { background-color: rgb(153,220,228); }
div.DivClassName
{
background-color: #99DCE4;
}
.BgClassName
{
background-color: #99DCE4;
}
</style>
border-color css
<style>
span { border-color: #99DCE4; }
span { border-color: rgb(153,220,228); }
td.TdClassName
{
border-color: #99DCE4;
}
.TagClassName
{
border-color: #99DCE4;
}
</style>