Shades of Charlotte #9BDDE9
Tints of Charlotte #9BDDE9
RGB
CMYK
RGB Variations
Color information
#9BDDE9 (or 0x9BDDE9) is known color: Charlotte. HEX triplet: 9B, DD and E9. RGB value is (155,221,233). Sum of RGB (Red+Green+Blue) = 155+221+233=609 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.45% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 233 - color contains mainly: blue. Hex color #9BDDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDDE9 is #642216. Grayscale: #CACACA. Windows color (decimal): -6562327 or 15326619. OLE color: 15326619.
HSL color Cylindrical-coordinate representation of color #9BDDE9: hue angle of 189.23º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BDDE9 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 221 | 233 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.09 |
| HSL | 189.23º | 0.64% | 0.76% | - |
| HSV(B) | 189.23º | 0.33% | 0.91% | - |
| XYZ | 54.08 | 64.56 | 86.7 | - |
| YUV | 202.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 233 | 0.33 | 0.05 | 0 | 0.09 | 189.23 | 0.64 | 0.76 |
| Hex | 9B | DD | E9 | 21 | 5 | 0 | 9 | BD | 40 | 4C |
| Octal | 233 | 335 | 351 | 41 | 5 | 0 | 11 | 275 | 100 | 114 |
| Binary | 10011011 | 11011101 | 11101001 | 100001 | 101 | 0 | 1001 | 10111101 | 1000000 | 1001100 |
Color Harmonies of #9BDDE9
Complementary color
Monochromatic Colors of #9BDDE9
Black with #9BDDE9
Text Example
Text Example
White with #9BDDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDDE9; }
p { color: rgb(155,221,233); }
H1.HeaderClassName
{
color: #9BDDE9;
}
.AnyTagClassName
{
color: #9BDDE9;
}
</style>
background-color css
<style>
a { background-color: #9BDDE9; }
a { background-color: rgb(155,221,233); }
div.DivClassName
{
background-color: #9BDDE9;
}
.BgClassName
{
background-color: #9BDDE9;
}
</style>
border-color css
<style>
span { border-color: #9BDDE9; }
span { border-color: rgb(155,221,233); }
td.TdClassName
{
border-color: #9BDDE9;
}
.TagClassName
{
border-color: #9BDDE9;
}
</style>