Shades of Charlotte #9FDBE0
Tints of Charlotte #9FDBE0
RGB
CMYK
RGB Variations
Color information
#9FDBE0 (or 0x9FDBE0) is known color: Charlotte. HEX triplet: 9F, DB and E0. RGB value is (159,219,224). Sum of RGB (Red+Green+Blue) = 159+219+224=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #9FDBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDBE0 is #60241F. Grayscale: #C9C9C9. Windows color (decimal): -6300704 or 14736287. OLE color: 14736287.
HSL color Cylindrical-coordinate representation of color #9FDBE0: hue angle of 184.62º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FDBE0 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 219 | 224 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.12 |
| HSL | 184.62º | 0.51% | 0.75% | - |
| HSV(B) | 184.62º | 0.29% | 0.88% | - |
| XYZ | 53.08 | 63.42 | 79.96 | - |
| YUV | 201.63 | 140.62 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 224 | 0.29 | 0.02 | 0 | 0.12 | 184.62 | 0.51 | 0.75 |
| Hex | 9F | DB | E0 | 1D | 2 | 0 | C | B9 | 33 | 4B |
| Octal | 237 | 333 | 340 | 35 | 2 | 0 | 14 | 271 | 63 | 113 |
| Binary | 10011111 | 11011011 | 11100000 | 11101 | 10 | 0 | 1100 | 10111001 | 110011 | 1001011 |
Color Harmonies of #9FDBE0
Complementary color
Monochromatic Colors of #9FDBE0
Black with #9FDBE0
Text Example
Text Example
White with #9FDBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDBE0; }
p { color: rgb(159,219,224); }
H1.HeaderClassName
{
color: #9FDBE0;
}
.AnyTagClassName
{
color: #9FDBE0;
}
</style>
background-color css
<style>
a { background-color: #9FDBE0; }
a { background-color: rgb(159,219,224); }
div.DivClassName
{
background-color: #9FDBE0;
}
.BgClassName
{
background-color: #9FDBE0;
}
</style>
border-color css
<style>
span { border-color: #9FDBE0; }
span { border-color: rgb(159,219,224); }
td.TdClassName
{
border-color: #9FDBE0;
}
.TagClassName
{
border-color: #9FDBE0;
}
</style>