Shades of Charlotte #9CDBDF
Tints of Charlotte #9CDBDF
RGB
CMYK
RGB Variations
Color information
#9CDBDF (or 0x9CDBDF) is known color: Charlotte. HEX triplet: 9C, DB and DF. RGB value is (156,219,223). Sum of RGB (Red+Green+Blue) = 156+219+223=598 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.09% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CDBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDBDF is #632420. Grayscale: #C8C8C8. Windows color (decimal): -6497313 or 14670748. OLE color: 14670748.
HSL color Cylindrical-coordinate representation of color #9CDBDF: hue angle of 183.58º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDBDF is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 219 | 223 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.13 |
| HSL | 183.58º | 0.51% | 0.74% | - |
| HSV(B) | 183.58º | 0.3% | 0.87% | - |
| XYZ | 52.36 | 63.06 | 79.22 | - |
| YUV | 200.62 | 140.63 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 223 | 0.30 | 0.02 | 0 | 0.13 | 183.58 | 0.51 | 0.74 |
| Hex | 9C | DB | DF | 1E | 2 | 0 | D | B8 | 33 | 4A |
| Octal | 234 | 333 | 337 | 36 | 2 | 0 | 15 | 270 | 63 | 112 |
| Binary | 10011100 | 11011011 | 11011111 | 11110 | 10 | 0 | 1101 | 10111000 | 110011 | 1001010 |
Color Harmonies of #9CDBDF
Complementary color
Monochromatic Colors of #9CDBDF
Black with #9CDBDF
Text Example
Text Example
White with #9CDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDBDF; }
p { color: rgb(156,219,223); }
H1.HeaderClassName
{
color: #9CDBDF;
}
.AnyTagClassName
{
color: #9CDBDF;
}
</style>
background-color css
<style>
a { background-color: #9CDBDF; }
a { background-color: rgb(156,219,223); }
div.DivClassName
{
background-color: #9CDBDF;
}
.BgClassName
{
background-color: #9CDBDF;
}
</style>
border-color css
<style>
span { border-color: #9CDBDF; }
span { border-color: rgb(156,219,223); }
td.TdClassName
{
border-color: #9CDBDF;
}
.TagClassName
{
border-color: #9CDBDF;
}
</style>