Shades of Sail #9BCFF6
Tints of Sail #9BCFF6
RGB
CMYK
RGB Variations
Color information
#9BCFF6 (or 0x9BCFF6) is known color: Sail. HEX triplet: 9B, CF and F6. RGB value is (155,207,246). Sum of RGB (Red+Green+Blue) = 155+207+246=608 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.49% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 246 (96.48% from 255 or 40.46% from 608); Max value from RGB is 246 - color contains mainly: blue. Hex color #9BCFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCFF6 is #643009. Grayscale: #C3C3C3. Windows color (decimal): -6565898 or 16175003. OLE color: 16175003.
HSL color Cylindrical-coordinate representation of color #9BCFF6: hue angle of 205.71º 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 #9BCFF6 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 207 | 246 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.04 |
| HSL | 205.71º | 0.83% | 0.79% | - |
| HSV(B) | 205.71º | 0.37% | 0.96% | - |
| XYZ | 52.46 | 58.25 | 95.67 | - |
| YUV | 195.9 | 156.27 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 246 | 0.37 | 0.16 | 0 | 0.04 | 205.71 | 0.83 | 0.79 |
| Hex | 9B | CF | F6 | 25 | 10 | 0 | 4 | CE | 53 | 4F |
| Octal | 233 | 317 | 366 | 45 | 20 | 0 | 4 | 316 | 123 | 117 |
| Binary | 10011011 | 11001111 | 11110110 | 100101 | 10000 | 0 | 100 | 11001110 | 1010011 | 1001111 |
Color Harmonies of #9BCFF6
Complementary color
Monochromatic Colors of #9BCFF6
Black with #9BCFF6
Text Example
Text Example
White with #9BCFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCFF6; }
p { color: rgb(155,207,246); }
H1.HeaderClassName
{
color: #9BCFF6;
}
.AnyTagClassName
{
color: #9BCFF6;
}
</style>
background-color css
<style>
a { background-color: #9BCFF6; }
a { background-color: rgb(155,207,246); }
div.DivClassName
{
background-color: #9BCFF6;
}
.BgClassName
{
background-color: #9BCFF6;
}
</style>
border-color css
<style>
span { border-color: #9BCFF6; }
span { border-color: rgb(155,207,246); }
td.TdClassName
{
border-color: #9BCFF6;
}
.TagClassName
{
border-color: #9BCFF6;
}
</style>