Shades of Charlotte #9FDBE5
Tints of Charlotte #9FDBE5
RGB
CMYK
RGB Variations
Color information
#9FDBE5 (or 0x9FDBE5) is known color: Charlotte. HEX triplet: 9F, DB and E5. RGB value is (159,219,229). Sum of RGB (Red+Green+Blue) = 159+219+229=607 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.19% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #9FDBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDBE5 is #60241A. Grayscale: #CACACA. Windows color (decimal): -6300699 or 15063967. OLE color: 15063967.
HSL color Cylindrical-coordinate representation of color #9FDBE5: hue angle of 188.57º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FDBE5 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 219 | 229 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.10 |
| HSL | 188.57º | 0.57% | 0.76% | - |
| HSV(B) | 188.57º | 0.31% | 0.9% | - |
| XYZ | 53.77 | 63.69 | 83.59 | - |
| YUV | 202.2 | 143.12 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 229 | 0.31 | 0.04 | 0 | 0.10 | 188.57 | 0.57 | 0.76 |
| Hex | 9F | DB | E5 | 1F | 4 | 0 | A | BD | 39 | 4C |
| Octal | 237 | 333 | 345 | 37 | 4 | 0 | 12 | 275 | 71 | 114 |
| Binary | 10011111 | 11011011 | 11100101 | 11111 | 100 | 0 | 1010 | 10111101 | 111001 | 1001100 |
Color Harmonies of #9FDBE5
Complementary color
Monochromatic Colors of #9FDBE5
Black with #9FDBE5
Text Example
Text Example
White with #9FDBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDBE5; }
p { color: rgb(159,219,229); }
H1.HeaderClassName
{
color: #9FDBE5;
}
.AnyTagClassName
{
color: #9FDBE5;
}
</style>
background-color css
<style>
a { background-color: #9FDBE5; }
a { background-color: rgb(159,219,229); }
div.DivClassName
{
background-color: #9FDBE5;
}
.BgClassName
{
background-color: #9FDBE5;
}
</style>
border-color css
<style>
span { border-color: #9FDBE5; }
span { border-color: rgb(159,219,229); }
td.TdClassName
{
border-color: #9FDBE5;
}
.TagClassName
{
border-color: #9FDBE5;
}
</style>