Shades of Charlotte #9FDBDF
Tints of Charlotte #9FDBDF
RGB
CMYK
RGB Variations
Color information
#9FDBDF (or 0x9FDBDF) is known color: Charlotte. HEX triplet: 9F, DB and DF. RGB value is (159,219,223). Sum of RGB (Red+Green+Blue) = 159+219+223=601 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.46% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FDBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDBDF is #602420. Grayscale: #C9C9C9. Windows color (decimal): -6300705 or 14670751. OLE color: 14670751.
HSL color Cylindrical-coordinate representation of color #9FDBDF: hue angle of 183.75º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FDBDF is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 159 | 219 | 223 | - |
CMYK | 0.29 | 0.02 | 0 | 0.13 |
HSL | 183.75º | 0.5% | 0.75% | - |
HSV(B) | 183.75º | 0.29% | 0.87% | - |
XYZ | 52.95 | 63.36 | 79.25 | - |
YUV | 201.52 | 140.12 | 97.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 219 | 223 | 0.29 | 0.02 | 0 | 0.13 | 183.75 | 0.5 | 0.75 |
Hex | 9F | DB | DF | 1D | 2 | 0 | D | B8 | 32 | 4B |
Octal | 237 | 333 | 337 | 35 | 2 | 0 | 15 | 270 | 62 | 113 |
Binary | 10011111 | 11011011 | 11011111 | 11101 | 10 | 0 | 1101 | 10111000 | 110010 | 1001011 |
Color Harmonies of #9FDBDF
Complementary color
Monochromatic Colors of #9FDBDF
Black with #9FDBDF
Text Example
Text Example
White with #9FDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDBDF; }
p { color: rgb(159,219,223); }
H1.HeaderClassName
{
color: #9FDBDF;
}
.AnyTagClassName
{
color: #9FDBDF;
}
</style>
background-color css
<style>
a { background-color: #9FDBDF; }
a { background-color: rgb(159,219,223); }
div.DivClassName
{
background-color: #9FDBDF;
}
.BgClassName
{
background-color: #9FDBDF;
}
</style>
border-color css
<style>
span { border-color: #9FDBDF; }
span { border-color: rgb(159,219,223); }
td.TdClassName
{
border-color: #9FDBDF;
}
.TagClassName
{
border-color: #9FDBDF;
}
</style>