Shades of Sail #9BCAEF
Tints of Sail #9BCAEF
RGB
CMYK
RGB Variations
Color information
#9BCAEF (or 0x9BCAEF) is known color: Sail. HEX triplet: 9B, CA and EF. RGB value is (155,202,239). Sum of RGB (Red+Green+Blue) = 155+202+239=596 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.01% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BCAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCAEF is #643510. Grayscale: #BFBFBF. Windows color (decimal): -6567185 or 15714971. OLE color: 15714971.
HSL color Cylindrical-coordinate representation of color #9BCAEF: hue angle of 206.43º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BCAEF is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 202 | 239 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.06 |
| HSL | 206.43º | 0.72% | 0.77% | - |
| HSV(B) | 206.43º | 0.35% | 0.94% | - |
| XYZ | 50.22 | 55.44 | 89.72 | - |
| YUV | 192.17 | 154.43 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 239 | 0.35 | 0.15 | 0 | 0.06 | 206.43 | 0.72 | 0.77 |
| Hex | 9B | CA | EF | 23 | F | 0 | 6 | CE | 48 | 4D |
| Octal | 233 | 312 | 357 | 43 | 17 | 0 | 6 | 316 | 110 | 115 |
| Binary | 10011011 | 11001010 | 11101111 | 100011 | 1111 | 0 | 110 | 11001110 | 1001000 | 1001101 |
Color Harmonies of #9BCAEF
Complementary color
Monochromatic Colors of #9BCAEF
Black with #9BCAEF
Text Example
Text Example
White with #9BCAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCAEF; }
p { color: rgb(155,202,239); }
H1.HeaderClassName
{
color: #9BCAEF;
}
.AnyTagClassName
{
color: #9BCAEF;
}
</style>
background-color css
<style>
a { background-color: #9BCAEF; }
a { background-color: rgb(155,202,239); }
div.DivClassName
{
background-color: #9BCAEF;
}
.BgClassName
{
background-color: #9BCAEF;
}
</style>
border-color css
<style>
span { border-color: #9BCAEF; }
span { border-color: rgb(155,202,239); }
td.TdClassName
{
border-color: #9BCAEF;
}
.TagClassName
{
border-color: #9BCAEF;
}
</style>