Shades of Charlotte #9DDBE6
Tints of Charlotte #9DDBE6
RGB
CMYK
RGB Variations
Color information
#9DDBE6 (or 0x9DDBE6) is known color: Charlotte. HEX triplet: 9D, DB and E6. RGB value is (157,219,230). Sum of RGB (Red+Green+Blue) = 157+219+230=606 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.91% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 230 - color contains mainly: blue. Hex color #9DDBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDBE6 is #622419. Grayscale: #C9C9C9. Windows color (decimal): -6431770 or 15129501. OLE color: 15129501.
HSL color Cylindrical-coordinate representation of color #9DDBE6: hue angle of 189.04º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DDBE6 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 219 | 230 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.10 |
| HSL | 189.04º | 0.59% | 0.76% | - |
| HSV(B) | 189.04º | 0.32% | 0.9% | - |
| XYZ | 53.52 | 63.54 | 84.31 | - |
| YUV | 201.72 | 143.96 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 230 | 0.32 | 0.05 | 0 | 0.10 | 189.04 | 0.59 | 0.76 |
| Hex | 9D | DB | E6 | 20 | 5 | 0 | A | BD | 3B | 4C |
| Octal | 235 | 333 | 346 | 40 | 5 | 0 | 12 | 275 | 73 | 114 |
| Binary | 10011101 | 11011011 | 11100110 | 100000 | 101 | 0 | 1010 | 10111101 | 111011 | 1001100 |
Color Harmonies of #9DDBE6
Complementary color
Monochromatic Colors of #9DDBE6
Black with #9DDBE6
Text Example
Text Example
White with #9DDBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDBE6; }
p { color: rgb(157,219,230); }
H1.HeaderClassName
{
color: #9DDBE6;
}
.AnyTagClassName
{
color: #9DDBE6;
}
</style>
background-color css
<style>
a { background-color: #9DDBE6; }
a { background-color: rgb(157,219,230); }
div.DivClassName
{
background-color: #9DDBE6;
}
.BgClassName
{
background-color: #9DDBE6;
}
</style>
border-color css
<style>
span { border-color: #9DDBE6; }
span { border-color: rgb(157,219,230); }
td.TdClassName
{
border-color: #9DDBE6;
}
.TagClassName
{
border-color: #9DDBE6;
}
</style>