Shades of Sail #9BCDF6
Tints of Sail #9BCDF6
RGB
CMYK
RGB Variations
Color information
#9BCDF6 (or 0x9BCDF6) is known color: Sail. HEX triplet: 9B, CD and F6. RGB value is (155,205,246). Sum of RGB (Red+Green+Blue) = 155+205+246=606 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.58% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 246 (96.48% from 255 or 40.59% from 606); Max value from RGB is 246 - color contains mainly: blue. Hex color #9BCDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCDF6 is #643209. Grayscale: #C2C2C2. Windows color (decimal): -6566410 or 16174491. OLE color: 16174491.
HSL color Cylindrical-coordinate representation of color #9BCDF6: hue angle of 207.03º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BCDF6 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 205 | 246 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.04 |
| HSL | 207.03º | 0.83% | 0.79% | - |
| HSV(B) | 207.03º | 0.37% | 0.96% | - |
| XYZ | 51.98 | 57.29 | 95.51 | - |
| YUV | 194.72 | 156.94 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 246 | 0.37 | 0.17 | 0 | 0.04 | 207.03 | 0.83 | 0.79 |
| Hex | 9B | CD | F6 | 25 | 11 | 0 | 4 | CF | 53 | 4F |
| Octal | 233 | 315 | 366 | 45 | 21 | 0 | 4 | 317 | 123 | 117 |
| Binary | 10011011 | 11001101 | 11110110 | 100101 | 10001 | 0 | 100 | 11001111 | 1010011 | 1001111 |
Color Harmonies of #9BCDF6
Complementary color
Monochromatic Colors of #9BCDF6
Black with #9BCDF6
Text Example
Text Example
White with #9BCDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCDF6; }
p { color: rgb(155,205,246); }
H1.HeaderClassName
{
color: #9BCDF6;
}
.AnyTagClassName
{
color: #9BCDF6;
}
</style>
background-color css
<style>
a { background-color: #9BCDF6; }
a { background-color: rgb(155,205,246); }
div.DivClassName
{
background-color: #9BCDF6;
}
.BgClassName
{
background-color: #9BCDF6;
}
</style>
border-color css
<style>
span { border-color: #9BCDF6; }
span { border-color: rgb(155,205,246); }
td.TdClassName
{
border-color: #9BCDF6;
}
.TagClassName
{
border-color: #9BCDF6;
}
</style>