Shades of Charlotte #9DDCEA
Tints of Charlotte #9DDCEA
RGB
CMYK
RGB Variations
Color information
#9DDCEA (or 0x9DDCEA) is known color: Charlotte. HEX triplet: 9D, DC and EA. RGB value is (157,220,234). Sum of RGB (Red+Green+Blue) = 157+220+234=611 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.70% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DDCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDCEA is #622315. Grayscale: #CACACA. Windows color (decimal): -6431510 or 15391901. OLE color: 15391901.
HSL color Cylindrical-coordinate representation of color #9DDCEA: hue angle of 190.91º 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 #9DDCEA is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 220 | 234 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.08 |
| HSL | 190.91º | 0.65% | 0.77% | - |
| HSV(B) | 190.91º | 0.33% | 0.92% | - |
| XYZ | 54.35 | 64.3 | 87.39 | - |
| YUV | 202.76 | 145.63 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 220 | 234 | 0.33 | 0.06 | 0 | 0.08 | 190.91 | 0.65 | 0.77 |
| Hex | 9D | DC | EA | 21 | 6 | 0 | 8 | BF | 41 | 4D |
| Octal | 235 | 334 | 352 | 41 | 6 | 0 | 10 | 277 | 101 | 115 |
| Binary | 10011101 | 11011100 | 11101010 | 100001 | 110 | 0 | 1000 | 10111111 | 1000001 | 1001101 |
Color Harmonies of #9DDCEA
Complementary color
Monochromatic Colors of #9DDCEA
Black with #9DDCEA
Text Example
Text Example
White with #9DDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDCEA; }
p { color: rgb(157,220,234); }
H1.HeaderClassName
{
color: #9DDCEA;
}
.AnyTagClassName
{
color: #9DDCEA;
}
</style>
background-color css
<style>
a { background-color: #9DDCEA; }
a { background-color: rgb(157,220,234); }
div.DivClassName
{
background-color: #9DDCEA;
}
.BgClassName
{
background-color: #9DDCEA;
}
</style>
border-color css
<style>
span { border-color: #9DDCEA; }
span { border-color: rgb(157,220,234); }
td.TdClassName
{
border-color: #9DDCEA;
}
.TagClassName
{
border-color: #9DDCEA;
}
</style>