Shades of Sail #9BCAF2
Tints of Sail #9BCAF2
RGB
CMYK
RGB Variations
Color information
#9BCAF2 (or 0x9BCAF2) is known color: Sail. HEX triplet: 9B, CA and F2. RGB value is (155,202,242). Sum of RGB (Red+Green+Blue) = 155+202+242=599 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.88% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #9BCAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCAF2 is #64350D. Grayscale: #C0C0C0. Windows color (decimal): -6567182 or 15911579. OLE color: 15911579.
HSL color Cylindrical-coordinate representation of color #9BCAF2: hue angle of 207.59º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BCAF2 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 202 | 242 | - |
| CMYK | 0.36 | 0.17 | 0 | 0.05 |
| HSL | 207.59º | 0.77% | 0.78% | - |
| HSV(B) | 207.59º | 0.36% | 0.95% | - |
| XYZ | 50.67 | 55.62 | 92.07 | - |
| YUV | 192.51 | 155.93 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 242 | 0.36 | 0.17 | 0 | 0.05 | 207.59 | 0.77 | 0.78 |
| Hex | 9B | CA | F2 | 24 | 11 | 0 | 5 | D0 | 4D | 4E |
| Octal | 233 | 312 | 362 | 44 | 21 | 0 | 5 | 320 | 115 | 116 |
| Binary | 10011011 | 11001010 | 11110010 | 100100 | 10001 | 0 | 101 | 11010000 | 1001101 | 1001110 |
Color Harmonies of #9BCAF2
Complementary color
Monochromatic Colors of #9BCAF2
Black with #9BCAF2
Text Example
Text Example
White with #9BCAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCAF2; }
p { color: rgb(155,202,242); }
H1.HeaderClassName
{
color: #9BCAF2;
}
.AnyTagClassName
{
color: #9BCAF2;
}
</style>
background-color css
<style>
a { background-color: #9BCAF2; }
a { background-color: rgb(155,202,242); }
div.DivClassName
{
background-color: #9BCAF2;
}
.BgClassName
{
background-color: #9BCAF2;
}
</style>
border-color css
<style>
span { border-color: #9BCAF2; }
span { border-color: rgb(155,202,242); }
td.TdClassName
{
border-color: #9BCAF2;
}
.TagClassName
{
border-color: #9BCAF2;
}
</style>