Shades of Charlotte #9CDEEA
Tints of Charlotte #9CDEEA
RGB
CMYK
RGB Variations
Color information
#9CDEEA (or 0x9CDEEA) is known color: Charlotte. HEX triplet: 9C, DE and EA. RGB value is (156,222,234). Sum of RGB (Red+Green+Blue) = 156+222+234=612 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.49% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CDEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDEEA is #632115. Grayscale: #CBCBCB. Windows color (decimal): -6496534 or 15392412. OLE color: 15392412.
HSL color Cylindrical-coordinate representation of color #9CDEEA: hue angle of 189.23º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CDEEA is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 222 | 234 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.08 |
| HSL | 189.23º | 0.65% | 0.76% | - |
| HSV(B) | 189.23º | 0.33% | 0.92% | - |
| XYZ | 54.68 | 65.25 | 87.55 | - |
| YUV | 203.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 234 | 0.33 | 0.05 | 0 | 0.08 | 189.23 | 0.65 | 0.76 |
| Hex | 9C | DE | EA | 21 | 5 | 0 | 8 | BD | 41 | 4C |
| Octal | 234 | 336 | 352 | 41 | 5 | 0 | 10 | 275 | 101 | 114 |
| Binary | 10011100 | 11011110 | 11101010 | 100001 | 101 | 0 | 1000 | 10111101 | 1000001 | 1001100 |
Color Harmonies of #9CDEEA
Complementary color
Monochromatic Colors of #9CDEEA
Black with #9CDEEA
Text Example
Text Example
White with #9CDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDEEA; }
p { color: rgb(156,222,234); }
H1.HeaderClassName
{
color: #9CDEEA;
}
.AnyTagClassName
{
color: #9CDEEA;
}
</style>
background-color css
<style>
a { background-color: #9CDEEA; }
a { background-color: rgb(156,222,234); }
div.DivClassName
{
background-color: #9CDEEA;
}
.BgClassName
{
background-color: #9CDEEA;
}
</style>
border-color css
<style>
span { border-color: #9CDEEA; }
span { border-color: rgb(156,222,234); }
td.TdClassName
{
border-color: #9CDEEA;
}
.TagClassName
{
border-color: #9CDEEA;
}
</style>