Shades of Charlotte #9CDBEC
Tints of Charlotte #9CDBEC
RGB
CMYK
RGB Variations
Color information
#9CDBEC (or 0x9CDBEC) is known color: Charlotte. HEX triplet: 9C, DB and EC. RGB value is (156,219,236). Sum of RGB (Red+Green+Blue) = 156+219+236=611 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.53% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CDBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDBEC is #632413. Grayscale: #C9C9C9. Windows color (decimal): -6497300 or 15522716. OLE color: 15522716.
HSL color Cylindrical-coordinate representation of color #9CDBEC: hue angle of 192.75º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CDBEC is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 219 | 236 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.07 |
| HSL | 192.75º | 0.68% | 0.77% | - |
| HSV(B) | 192.75º | 0.34% | 0.93% | - |
| XYZ | 54.18 | 63.79 | 88.81 | - |
| YUV | 202.1 | 147.13 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 236 | 0.34 | 0.07 | 0 | 0.07 | 192.75 | 0.68 | 0.77 |
| Hex | 9C | DB | EC | 22 | 7 | 0 | 7 | C1 | 44 | 4D |
| Octal | 234 | 333 | 354 | 42 | 7 | 0 | 7 | 301 | 104 | 115 |
| Binary | 10011100 | 11011011 | 11101100 | 100010 | 111 | 0 | 111 | 11000001 | 1000100 | 1001101 |
Color Harmonies of #9CDBEC
Complementary color
Monochromatic Colors of #9CDBEC
Black with #9CDBEC
Text Example
Text Example
White with #9CDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDBEC; }
p { color: rgb(156,219,236); }
H1.HeaderClassName
{
color: #9CDBEC;
}
.AnyTagClassName
{
color: #9CDBEC;
}
</style>
background-color css
<style>
a { background-color: #9CDBEC; }
a { background-color: rgb(156,219,236); }
div.DivClassName
{
background-color: #9CDBEC;
}
.BgClassName
{
background-color: #9CDBEC;
}
</style>
border-color css
<style>
span { border-color: #9CDBEC; }
span { border-color: rgb(156,219,236); }
td.TdClassName
{
border-color: #9CDBEC;
}
.TagClassName
{
border-color: #9CDBEC;
}
</style>