Shades of Charlotte #9DD7EA
Tints of Charlotte #9DD7EA
RGB
CMYK
RGB Variations
Color information
#9DD7EA (or 0x9DD7EA) is known color: Charlotte. HEX triplet: 9D, D7 and EA. RGB value is (157,215,234). Sum of RGB (Red+Green+Blue) = 157+215+234=606 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.91% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DD7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD7EA is #622815. Grayscale: #C7C7C7. Windows color (decimal): -6432790 or 15390621. OLE color: 15390621.
HSL color Cylindrical-coordinate representation of color #9DD7EA: hue angle of 194.81º 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 #9DD7EA is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 215 | 234 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.08 |
| HSL | 194.81º | 0.65% | 0.77% | - |
| HSV(B) | 194.81º | 0.33% | 0.92% | - |
| XYZ | 53.06 | 61.71 | 86.96 | - |
| YUV | 199.82 | 147.28 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 215 | 234 | 0.33 | 0.08 | 0 | 0.08 | 194.81 | 0.65 | 0.77 |
| Hex | 9D | D7 | EA | 21 | 8 | 0 | 8 | C3 | 41 | 4D |
| Octal | 235 | 327 | 352 | 41 | 10 | 0 | 10 | 303 | 101 | 115 |
| Binary | 10011101 | 11010111 | 11101010 | 100001 | 1000 | 0 | 1000 | 11000011 | 1000001 | 1001101 |
Color Harmonies of #9DD7EA
Complementary color
Monochromatic Colors of #9DD7EA
Black with #9DD7EA
Text Example
Text Example
White with #9DD7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD7EA; }
p { color: rgb(157,215,234); }
H1.HeaderClassName
{
color: #9DD7EA;
}
.AnyTagClassName
{
color: #9DD7EA;
}
</style>
background-color css
<style>
a { background-color: #9DD7EA; }
a { background-color: rgb(157,215,234); }
div.DivClassName
{
background-color: #9DD7EA;
}
.BgClassName
{
background-color: #9DD7EA;
}
</style>
border-color css
<style>
span { border-color: #9DD7EA; }
span { border-color: rgb(157,215,234); }
td.TdClassName
{
border-color: #9DD7EA;
}
.TagClassName
{
border-color: #9DD7EA;
}
</style>