Shades of Charlotte #9DDBEC
Tints of Charlotte #9DDBEC
RGB
CMYK
RGB Variations
Color information
#9DDBEC (or 0x9DDBEC) is known color: Charlotte. HEX triplet: 9D, DB and EC. RGB value is (157,219,236). Sum of RGB (Red+Green+Blue) = 157+219+236=612 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.65% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DDBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDBEC is #622413. Grayscale: #CACACA. Windows color (decimal): -6431764 or 15522717. OLE color: 15522717.
HSL color Cylindrical-coordinate representation of color #9DDBEC: hue angle of 192.91º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DDBEC is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 219 | 236 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.07 |
| HSL | 192.91º | 0.68% | 0.77% | - |
| HSV(B) | 192.91º | 0.33% | 0.93% | - |
| XYZ | 54.38 | 63.89 | 88.82 | - |
| YUV | 202.4 | 146.96 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 236 | 0.33 | 0.07 | 0 | 0.07 | 192.91 | 0.68 | 0.77 |
| Hex | 9D | DB | EC | 21 | 7 | 0 | 7 | C1 | 44 | 4D |
| Octal | 235 | 333 | 354 | 41 | 7 | 0 | 7 | 301 | 104 | 115 |
| Binary | 10011101 | 11011011 | 11101100 | 100001 | 111 | 0 | 111 | 11000001 | 1000100 | 1001101 |
Color Harmonies of #9DDBEC
Complementary color
Monochromatic Colors of #9DDBEC
Black with #9DDBEC
Text Example
Text Example
White with #9DDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDBEC; }
p { color: rgb(157,219,236); }
H1.HeaderClassName
{
color: #9DDBEC;
}
.AnyTagClassName
{
color: #9DDBEC;
}
</style>
background-color css
<style>
a { background-color: #9DDBEC; }
a { background-color: rgb(157,219,236); }
div.DivClassName
{
background-color: #9DDBEC;
}
.BgClassName
{
background-color: #9DDBEC;
}
</style>
border-color css
<style>
span { border-color: #9DDBEC; }
span { border-color: rgb(157,219,236); }
td.TdClassName
{
border-color: #9DDBEC;
}
.TagClassName
{
border-color: #9DDBEC;
}
</style>