Shades of Sail #9FD2ED
Tints of Sail #9FD2ED
RGB
CMYK
RGB Variations
Color information
#9FD2ED (or 0x9FD2ED) is known color: Sail. HEX triplet: 9F, D2 and ED. RGB value is (159,210,237). Sum of RGB (Red+Green+Blue) = 159+210+237=606 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.24% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FD2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD2ED is #602D12. Grayscale: #C5C5C5. Windows color (decimal): -6302995 or 15585951. OLE color: 15585951.
HSL color Cylindrical-coordinate representation of color #9FD2ED: hue angle of 200.77º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FD2ED is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 210 | 237 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.07 |
| HSL | 200.77º | 0.68% | 0.78% | - |
| HSV(B) | 200.77º | 0.33% | 0.93% | - |
| XYZ | 52.63 | 59.58 | 88.85 | - |
| YUV | 197.83 | 150.1 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 210 | 237 | 0.33 | 0.11 | 0 | 0.07 | 200.77 | 0.68 | 0.78 |
| Hex | 9F | D2 | ED | 21 | B | 0 | 7 | C9 | 44 | 4E |
| Octal | 237 | 322 | 355 | 41 | 13 | 0 | 7 | 311 | 104 | 116 |
| Binary | 10011111 | 11010010 | 11101101 | 100001 | 1011 | 0 | 111 | 11001001 | 1000100 | 1001110 |
Color Harmonies of #9FD2ED
Complementary color
Monochromatic Colors of #9FD2ED
Black with #9FD2ED
Text Example
Text Example
White with #9FD2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD2ED; }
p { color: rgb(159,210,237); }
H1.HeaderClassName
{
color: #9FD2ED;
}
.AnyTagClassName
{
color: #9FD2ED;
}
</style>
background-color css
<style>
a { background-color: #9FD2ED; }
a { background-color: rgb(159,210,237); }
div.DivClassName
{
background-color: #9FD2ED;
}
.BgClassName
{
background-color: #9FD2ED;
}
</style>
border-color css
<style>
span { border-color: #9FD2ED; }
span { border-color: rgb(159,210,237); }
td.TdClassName
{
border-color: #9FD2ED;
}
.TagClassName
{
border-color: #9FD2ED;
}
</style>