Shades of Charlotte #9DDEEA
Tints of Charlotte #9DDEEA
RGB
CMYK
RGB Variations
Color information
#9DDEEA (or 0x9DDEEA) is known color: Charlotte. HEX triplet: 9D, DE and EA. RGB value is (157,222,234). Sum of RGB (Red+Green+Blue) = 157+222+234=613 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.61% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DDEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDEEA is #622115. Grayscale: #CBCBCB. Windows color (decimal): -6430998 or 15392413. OLE color: 15392413.
HSL color Cylindrical-coordinate representation of color #9DDEEA: hue angle of 189.35º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DDEEA is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 222 | 234 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.08 |
| HSL | 189.35º | 0.65% | 0.77% | - |
| HSV(B) | 189.35º | 0.33% | 0.92% | - |
| XYZ | 54.88 | 65.35 | 87.56 | - |
| YUV | 203.93 | 144.97 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 222 | 234 | 0.33 | 0.05 | 0 | 0.08 | 189.35 | 0.65 | 0.77 |
| Hex | 9D | DE | EA | 21 | 5 | 0 | 8 | BD | 41 | 4D |
| Octal | 235 | 336 | 352 | 41 | 5 | 0 | 10 | 275 | 101 | 115 |
| Binary | 10011101 | 11011110 | 11101010 | 100001 | 101 | 0 | 1000 | 10111101 | 1000001 | 1001101 |
Color Harmonies of #9DDEEA
Complementary color
Monochromatic Colors of #9DDEEA
Black with #9DDEEA
Text Example
Text Example
White with #9DDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDEEA; }
p { color: rgb(157,222,234); }
H1.HeaderClassName
{
color: #9DDEEA;
}
.AnyTagClassName
{
color: #9DDEEA;
}
</style>
background-color css
<style>
a { background-color: #9DDEEA; }
a { background-color: rgb(157,222,234); }
div.DivClassName
{
background-color: #9DDEEA;
}
.BgClassName
{
background-color: #9DDEEA;
}
</style>
border-color css
<style>
span { border-color: #9DDEEA; }
span { border-color: rgb(157,222,234); }
td.TdClassName
{
border-color: #9DDEEA;
}
.TagClassName
{
border-color: #9DDEEA;
}
</style>