Shades of Sail #9FCAE4
Tints of Sail #9FCAE4
RGB
CMYK
RGB Variations
Color information
#9FCAE4 (or 0x9FCAE4) is known color: Sail. HEX triplet: 9F, CA and E4. RGB value is (159,202,228). Sum of RGB (Red+Green+Blue) = 159+202+228=589 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.99% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 228 (89.45% from 255 or 38.71% from 589); Max value from RGB is 228 - color contains mainly: blue. Hex color #9FCAE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCAE4 is #60351B. Grayscale: #BFBFBF. Windows color (decimal): -6305052 or 14994079. OLE color: 14994079.
HSL color Cylindrical-coordinate representation of color #9FCAE4: hue angle of 202.61º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FCAE4 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 202 | 228 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.11 |
| HSL | 202.61º | 0.56% | 0.76% | - |
| HSV(B) | 202.61º | 0.3% | 0.89% | - |
| XYZ | 49.42 | 55.21 | 81.45 | - |
| YUV | 192.11 | 148.25 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 202 | 228 | 0.30 | 0.11 | 0 | 0.11 | 202.61 | 0.56 | 0.76 |
| Hex | 9F | CA | E4 | 1E | B | 0 | B | CB | 38 | 4C |
| Octal | 237 | 312 | 344 | 36 | 13 | 0 | 13 | 313 | 70 | 114 |
| Binary | 10011111 | 11001010 | 11100100 | 11110 | 1011 | 0 | 1011 | 11001011 | 111000 | 1001100 |
Color Harmonies of #9FCAE4
Complementary color
Monochromatic Colors of #9FCAE4
Black with #9FCAE4
Text Example
Text Example
White with #9FCAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCAE4; }
p { color: rgb(159,202,228); }
H1.HeaderClassName
{
color: #9FCAE4;
}
.AnyTagClassName
{
color: #9FCAE4;
}
</style>
background-color css
<style>
a { background-color: #9FCAE4; }
a { background-color: rgb(159,202,228); }
div.DivClassName
{
background-color: #9FCAE4;
}
.BgClassName
{
background-color: #9FCAE4;
}
</style>
border-color css
<style>
span { border-color: #9FCAE4; }
span { border-color: rgb(159,202,228); }
td.TdClassName
{
border-color: #9FCAE4;
}
.TagClassName
{
border-color: #9FCAE4;
}
</style>