Shades of Charlotte #99DBEA
Tints of Charlotte #99DBEA
RGB
CMYK
RGB Variations
Color information
#99DBEA (or 0x99DBEA) is known color: Charlotte. HEX triplet: 99, DB and EA. RGB value is (153,219,234). Sum of RGB (Red+Green+Blue) = 153+219+234=606 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.25% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #99DBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DBEA is #662415. Grayscale: #C8C8C8. Windows color (decimal): -6693910 or 15391641. OLE color: 15391641.
HSL color Cylindrical-coordinate representation of color #99DBEA: hue angle of 191.11º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99DBEA is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 219 | 234 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.08 |
| HSL | 191.11º | 0.66% | 0.76% | - |
| HSV(B) | 191.11º | 0.35% | 0.92% | - |
| XYZ | 53.32 | 63.38 | 87.26 | - |
| YUV | 200.98 | 146.63 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 234 | 0.35 | 0.06 | 0 | 0.08 | 191.11 | 0.66 | 0.76 |
| Hex | 99 | DB | EA | 23 | 6 | 0 | 8 | BF | 42 | 4C |
| Octal | 231 | 333 | 352 | 43 | 6 | 0 | 10 | 277 | 102 | 114 |
| Binary | 10011001 | 11011011 | 11101010 | 100011 | 110 | 0 | 1000 | 10111111 | 1000010 | 1001100 |
Color Harmonies of #99DBEA
Complementary color
Monochromatic Colors of #99DBEA
Black with #99DBEA
Text Example
Text Example
White with #99DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBEA; }
p { color: rgb(153,219,234); }
H1.HeaderClassName
{
color: #99DBEA;
}
.AnyTagClassName
{
color: #99DBEA;
}
</style>
background-color css
<style>
a { background-color: #99DBEA; }
a { background-color: rgb(153,219,234); }
div.DivClassName
{
background-color: #99DBEA;
}
.BgClassName
{
background-color: #99DBEA;
}
</style>
border-color css
<style>
span { border-color: #99DBEA; }
span { border-color: rgb(153,219,234); }
td.TdClassName
{
border-color: #99DBEA;
}
.TagClassName
{
border-color: #99DBEA;
}
</style>