Shades of Charlotte #9DD7E6
Tints of Charlotte #9DD7E6
RGB
CMYK
RGB Variations
Color information
#9DD7E6 (or 0x9DD7E6) is known color: Charlotte. HEX triplet: 9D, D7 and E6. RGB value is (157,215,230). Sum of RGB (Red+Green+Blue) = 157+215+230=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 230 - color contains mainly: blue. Hex color #9DD7E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD7E6 is #622819. Grayscale: #C7C7C7. Windows color (decimal): -6432794 or 15128477. OLE color: 15128477.
HSL color Cylindrical-coordinate representation of color #9DD7E6: hue angle of 192.33º 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 #9DD7E6 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 215 | 230 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.10 |
| HSL | 192.33º | 0.59% | 0.76% | - |
| HSV(B) | 192.33º | 0.32% | 0.9% | - |
| XYZ | 52.49 | 61.48 | 83.96 | - |
| YUV | 199.37 | 145.28 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 215 | 230 | 0.32 | 0.07 | 0 | 0.10 | 192.33 | 0.59 | 0.76 |
| Hex | 9D | D7 | E6 | 20 | 7 | 0 | A | C0 | 3B | 4C |
| Octal | 235 | 327 | 346 | 40 | 7 | 0 | 12 | 300 | 73 | 114 |
| Binary | 10011101 | 11010111 | 11100110 | 100000 | 111 | 0 | 1010 | 11000000 | 111011 | 1001100 |
Color Harmonies of #9DD7E6
Complementary color
Monochromatic Colors of #9DD7E6
Black with #9DD7E6
Text Example
Text Example
White with #9DD7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD7E6; }
p { color: rgb(157,215,230); }
H1.HeaderClassName
{
color: #9DD7E6;
}
.AnyTagClassName
{
color: #9DD7E6;
}
</style>
background-color css
<style>
a { background-color: #9DD7E6; }
a { background-color: rgb(157,215,230); }
div.DivClassName
{
background-color: #9DD7E6;
}
.BgClassName
{
background-color: #9DD7E6;
}
</style>
border-color css
<style>
span { border-color: #9DD7E6; }
span { border-color: rgb(157,215,230); }
td.TdClassName
{
border-color: #9DD7E6;
}
.TagClassName
{
border-color: #9DD7E6;
}
</style>