Shades of Charlotte #9FD8EF
Tints of Charlotte #9FD8EF
RGB
CMYK
RGB Variations
Color information
#9FD8EF (or 0x9FD8EF) is known color: Charlotte. HEX triplet: 9F, D8 and EF. RGB value is (159,216,239). Sum of RGB (Red+Green+Blue) = 159+216+239=614 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.90% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FD8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD8EF is #602710. Grayscale: #C9C9C9. Windows color (decimal): -6301457 or 15718559. OLE color: 15718559.
HSL color Cylindrical-coordinate representation of color #9FD8EF: hue angle of 197.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FD8EF is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 159 | 216 | 239 | - |
CMYK | 0.33 | 0.10 | 0 | 0.06 |
HSL | 197.25º | 0.71% | 0.78% | - |
HSV(B) | 197.25º | 0.33% | 0.94% | - |
XYZ | 54.43 | 62.71 | 90.9 | - |
YUV | 201.58 | 149.12 | 97.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 216 | 239 | 0.33 | 0.10 | 0 | 0.06 | 197.25 | 0.71 | 0.78 |
Hex | 9F | D8 | EF | 21 | A | 0 | 6 | C5 | 47 | 4E |
Octal | 237 | 330 | 357 | 41 | 12 | 0 | 6 | 305 | 107 | 116 |
Binary | 10011111 | 11011000 | 11101111 | 100001 | 1010 | 0 | 110 | 11000101 | 1000111 | 1001110 |
Color Harmonies of #9FD8EF
Complementary color
Monochromatic Colors of #9FD8EF
Black with #9FD8EF
Text Example
Text Example
White with #9FD8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD8EF; }
p { color: rgb(159,216,239); }
H1.HeaderClassName
{
color: #9FD8EF;
}
.AnyTagClassName
{
color: #9FD8EF;
}
</style>
background-color css
<style>
a { background-color: #9FD8EF; }
a { background-color: rgb(159,216,239); }
div.DivClassName
{
background-color: #9FD8EF;
}
.BgClassName
{
background-color: #9FD8EF;
}
</style>
border-color css
<style>
span { border-color: #9FD8EF; }
span { border-color: rgb(159,216,239); }
td.TdClassName
{
border-color: #9FD8EF;
}
.TagClassName
{
border-color: #9FD8EF;
}
</style>