Shades of Charlotte #9FDBEF
Tints of Charlotte #9FDBEF
RGB
CMYK
RGB Variations
Color information
#9FDBEF (or 0x9FDBEF) is known color: Charlotte. HEX triplet: 9F, DB and EF. RGB value is (159,219,239). Sum of RGB (Red+Green+Blue) = 159+219+239=617 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.77% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FDBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDBEF is #602410. Grayscale: #CBCBCB. Windows color (decimal): -6300689 or 15719327. OLE color: 15719327.
HSL color Cylindrical-coordinate representation of color #9FDBEF: hue angle of 195º 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 #9FDBEF is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 219 | 239 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.06 |
| HSL | 195º | 0.71% | 0.78% | - |
| HSV(B) | 195º | 0.33% | 0.94% | - |
| XYZ | 55.21 | 64.27 | 91.16 | - |
| YUV | 203.34 | 148.12 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 239 | 0.33 | 0.08 | 0 | 0.06 | 195 | 0.71 | 0.78 |
| Hex | 9F | DB | EF | 21 | 8 | 0 | 6 | C3 | 47 | 4E |
| Octal | 237 | 333 | 357 | 41 | 10 | 0 | 6 | 303 | 107 | 116 |
| Binary | 10011111 | 11011011 | 11101111 | 100001 | 1000 | 0 | 110 | 11000011 | 1000111 | 1001110 |
Color Harmonies of #9FDBEF
Complementary color
Monochromatic Colors of #9FDBEF
Black with #9FDBEF
Text Example
Text Example
White with #9FDBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDBEF; }
p { color: rgb(159,219,239); }
H1.HeaderClassName
{
color: #9FDBEF;
}
.AnyTagClassName
{
color: #9FDBEF;
}
</style>
background-color css
<style>
a { background-color: #9FDBEF; }
a { background-color: rgb(159,219,239); }
div.DivClassName
{
background-color: #9FDBEF;
}
.BgClassName
{
background-color: #9FDBEF;
}
</style>
border-color css
<style>
span { border-color: #9FDBEF; }
span { border-color: rgb(159,219,239); }
td.TdClassName
{
border-color: #9FDBEF;
}
.TagClassName
{
border-color: #9FDBEF;
}
</style>