Shades of Charlotte #9FDDEB
Tints of Charlotte #9FDDEB
RGB
CMYK
RGB Variations
Color information
#9FDDEB (or 0x9FDDEB) is known color: Charlotte. HEX triplet: 9F, DD and EB. RGB value is (159,221,235). Sum of RGB (Red+Green+Blue) = 159+221+235=615 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.85% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FDDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDDEB is #602214. Grayscale: #CBCBCB. Windows color (decimal): -6300181 or 15457695. OLE color: 15457695.
HSL color Cylindrical-coordinate representation of color #9FDDEB: hue angle of 191.05º degrees, saturation: 0.66, 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 #9FDDEB is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 221 | 235 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.08 |
| HSL | 191.05º | 0.66% | 0.77% | - |
| HSV(B) | 191.05º | 0.32% | 0.92% | - |
| XYZ | 55.15 | 65.08 | 88.25 | - |
| YUV | 204.06 | 145.46 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 235 | 0.32 | 0.06 | 0 | 0.08 | 191.05 | 0.66 | 0.77 |
| Hex | 9F | DD | EB | 20 | 6 | 0 | 8 | BF | 42 | 4D |
| Octal | 237 | 335 | 353 | 40 | 6 | 0 | 10 | 277 | 102 | 115 |
| Binary | 10011111 | 11011101 | 11101011 | 100000 | 110 | 0 | 1000 | 10111111 | 1000010 | 1001101 |
Color Harmonies of #9FDDEB
Complementary color
Monochromatic Colors of #9FDDEB
Black with #9FDDEB
Text Example
Text Example
White with #9FDDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDEB; }
p { color: rgb(159,221,235); }
H1.HeaderClassName
{
color: #9FDDEB;
}
.AnyTagClassName
{
color: #9FDDEB;
}
</style>
background-color css
<style>
a { background-color: #9FDDEB; }
a { background-color: rgb(159,221,235); }
div.DivClassName
{
background-color: #9FDDEB;
}
.BgClassName
{
background-color: #9FDDEB;
}
</style>
border-color css
<style>
span { border-color: #9FDDEB; }
span { border-color: rgb(159,221,235); }
td.TdClassName
{
border-color: #9FDDEB;
}
.TagClassName
{
border-color: #9FDDEB;
}
</style>