Shades of Charlotte #9DDBEB
Tints of Charlotte #9DDBEB
RGB
CMYK
RGB Variations
Color information
#9DDBEB (or 0x9DDBEB) is known color: Charlotte. HEX triplet: 9D, DB and EB. RGB value is (157,219,235). Sum of RGB (Red+Green+Blue) = 157+219+235=611 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.70% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DDBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDBEB is #622414. Grayscale: #CACACA. Windows color (decimal): -6431765 or 15457181. OLE color: 15457181.
HSL color Cylindrical-coordinate representation of color #9DDBEB: hue angle of 192.31º degrees, saturation: 0.66, 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 #9DDBEB is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 219 | 235 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.08 |
| HSL | 192.31º | 0.66% | 0.77% | - |
| HSV(B) | 192.31º | 0.33% | 0.92% | - |
| XYZ | 54.23 | 63.83 | 88.06 | - |
| YUV | 202.29 | 146.46 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 235 | 0.33 | 0.07 | 0 | 0.08 | 192.31 | 0.66 | 0.77 |
| Hex | 9D | DB | EB | 21 | 7 | 0 | 8 | C0 | 42 | 4D |
| Octal | 235 | 333 | 353 | 41 | 7 | 0 | 10 | 300 | 102 | 115 |
| Binary | 10011101 | 11011011 | 11101011 | 100001 | 111 | 0 | 1000 | 11000000 | 1000010 | 1001101 |
Color Harmonies of #9DDBEB
Complementary color
Monochromatic Colors of #9DDBEB
Black with #9DDBEB
Text Example
Text Example
White with #9DDBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDBEB; }
p { color: rgb(157,219,235); }
H1.HeaderClassName
{
color: #9DDBEB;
}
.AnyTagClassName
{
color: #9DDBEB;
}
</style>
background-color css
<style>
a { background-color: #9DDBEB; }
a { background-color: rgb(157,219,235); }
div.DivClassName
{
background-color: #9DDBEB;
}
.BgClassName
{
background-color: #9DDBEB;
}
</style>
border-color css
<style>
span { border-color: #9DDBEB; }
span { border-color: rgb(157,219,235); }
td.TdClassName
{
border-color: #9DDBEB;
}
.TagClassName
{
border-color: #9DDBEB;
}
</style>