Shades of Charlotte #9FDEEA
Tints of Charlotte #9FDEEA
RGB
CMYK
RGB Variations
Color information
#9FDEEA (or 0x9FDEEA) is known color: Charlotte. HEX triplet: 9F, DE and EA. RGB value is (159,222,234). Sum of RGB (Red+Green+Blue) = 159+222+234=615 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.85% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FDEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDEEA is #602115. Grayscale: #CCCCCC. Windows color (decimal): -6299926 or 15392415. OLE color: 15392415.
HSL color Cylindrical-coordinate representation of color #9FDEEA: hue angle of 189.6º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FDEEA is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 222 | 234 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.08 |
| HSL | 189.6º | 0.64% | 0.77% | - |
| HSV(B) | 189.6º | 0.32% | 0.92% | - |
| XYZ | 55.27 | 65.55 | 87.58 | - |
| YUV | 204.53 | 144.63 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 234 | 0.32 | 0.05 | 0 | 0.08 | 189.6 | 0.64 | 0.77 |
| Hex | 9F | DE | EA | 20 | 5 | 0 | 8 | BE | 40 | 4D |
| Octal | 237 | 336 | 352 | 40 | 5 | 0 | 10 | 276 | 100 | 115 |
| Binary | 10011111 | 11011110 | 11101010 | 100000 | 101 | 0 | 1000 | 10111110 | 1000000 | 1001101 |
Color Harmonies of #9FDEEA
Complementary color
Monochromatic Colors of #9FDEEA
Black with #9FDEEA
Text Example
Text Example
White with #9FDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDEEA; }
p { color: rgb(159,222,234); }
H1.HeaderClassName
{
color: #9FDEEA;
}
.AnyTagClassName
{
color: #9FDEEA;
}
</style>
background-color css
<style>
a { background-color: #9FDEEA; }
a { background-color: rgb(159,222,234); }
div.DivClassName
{
background-color: #9FDEEA;
}
.BgClassName
{
background-color: #9FDEEA;
}
</style>
border-color css
<style>
span { border-color: #9FDEEA; }
span { border-color: rgb(159,222,234); }
td.TdClassName
{
border-color: #9FDEEA;
}
.TagClassName
{
border-color: #9FDEEA;
}
</style>