Shades of Charlotte #9CDCEA
Tints of Charlotte #9CDCEA
RGB
CMYK
RGB Variations
Color information
#9CDCEA (or 0x9CDCEA) is known color: Charlotte. HEX triplet: 9C, DC and EA. RGB value is (156,220,234). Sum of RGB (Red+Green+Blue) = 156+220+234=610 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.57% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CDCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDCEA is #632315. Grayscale: #CACACA. Windows color (decimal): -6497046 or 15391900. OLE color: 15391900.
HSL color Cylindrical-coordinate representation of color #9CDCEA: hue angle of 190.77º 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 #9CDCEA is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 220 | 234 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.08 |
| HSL | 190.77º | 0.65% | 0.76% | - |
| HSV(B) | 190.77º | 0.33% | 0.92% | - |
| XYZ | 54.15 | 64.19 | 87.38 | - |
| YUV | 202.46 | 145.8 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 220 | 234 | 0.33 | 0.06 | 0 | 0.08 | 190.77 | 0.65 | 0.76 |
| Hex | 9C | DC | EA | 21 | 6 | 0 | 8 | BF | 41 | 4C |
| Octal | 234 | 334 | 352 | 41 | 6 | 0 | 10 | 277 | 101 | 114 |
| Binary | 10011100 | 11011100 | 11101010 | 100001 | 110 | 0 | 1000 | 10111111 | 1000001 | 1001100 |
Color Harmonies of #9CDCEA
Complementary color
Monochromatic Colors of #9CDCEA
Black with #9CDCEA
Text Example
Text Example
White with #9CDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDCEA; }
p { color: rgb(156,220,234); }
H1.HeaderClassName
{
color: #9CDCEA;
}
.AnyTagClassName
{
color: #9CDCEA;
}
</style>
background-color css
<style>
a { background-color: #9CDCEA; }
a { background-color: rgb(156,220,234); }
div.DivClassName
{
background-color: #9CDCEA;
}
.BgClassName
{
background-color: #9CDCEA;
}
</style>
border-color css
<style>
span { border-color: #9CDCEA; }
span { border-color: rgb(156,220,234); }
td.TdClassName
{
border-color: #9CDCEA;
}
.TagClassName
{
border-color: #9CDCEA;
}
</style>