Shades of Sail #9FD2EB
Tints of Sail #9FD2EB
RGB
CMYK
RGB Variations
Color information
#9FD2EB (or 0x9FD2EB) is known color: Sail. HEX triplet: 9F, D2 and EB. RGB value is (159,210,235). Sum of RGB (Red+Green+Blue) = 159+210+235=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FD2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD2EB is #602D14. Grayscale: #C5C5C5. Windows color (decimal): -6302997 or 15454879. OLE color: 15454879.
HSL color Cylindrical-coordinate representation of color #9FD2EB: hue angle of 199.74º 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 #9FD2EB is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 210 | 235 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.08 |
| HSL | 199.74º | 0.66% | 0.77% | - |
| HSV(B) | 199.74º | 0.32% | 0.92% | - |
| XYZ | 52.34 | 59.46 | 87.32 | - |
| YUV | 197.6 | 149.1 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 210 | 235 | 0.32 | 0.11 | 0 | 0.08 | 199.74 | 0.66 | 0.77 |
| Hex | 9F | D2 | EB | 20 | B | 0 | 8 | C8 | 42 | 4D |
| Octal | 237 | 322 | 353 | 40 | 13 | 0 | 10 | 310 | 102 | 115 |
| Binary | 10011111 | 11010010 | 11101011 | 100000 | 1011 | 0 | 1000 | 11001000 | 1000010 | 1001101 |
Color Harmonies of #9FD2EB
Complementary color
Monochromatic Colors of #9FD2EB
Black with #9FD2EB
Text Example
Text Example
White with #9FD2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD2EB; }
p { color: rgb(159,210,235); }
H1.HeaderClassName
{
color: #9FD2EB;
}
.AnyTagClassName
{
color: #9FD2EB;
}
</style>
background-color css
<style>
a { background-color: #9FD2EB; }
a { background-color: rgb(159,210,235); }
div.DivClassName
{
background-color: #9FD2EB;
}
.BgClassName
{
background-color: #9FD2EB;
}
</style>
border-color css
<style>
span { border-color: #9FD2EB; }
span { border-color: rgb(159,210,235); }
td.TdClassName
{
border-color: #9FD2EB;
}
.TagClassName
{
border-color: #9FD2EB;
}
</style>