Shades of Sail #9BCFF8
Tints of Sail #9BCFF8
RGB
CMYK
RGB Variations
Color information
#9BCFF8 (or 0x9BCFF8) is known color: Sail. HEX triplet: 9B, CF and F8. RGB value is (155,207,248). Sum of RGB (Red+Green+Blue) = 155+207+248=610 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.41% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #9BCFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCFF8 is #643007. Grayscale: #C3C3C3. Windows color (decimal): -6565896 or 16306075. OLE color: 16306075.
HSL color Cylindrical-coordinate representation of color #9BCFF8: hue angle of 206.45º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BCFF8 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 207 | 248 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.03 |
| HSL | 206.45º | 0.87% | 0.79% | - |
| HSV(B) | 206.45º | 0.38% | 0.97% | - |
| XYZ | 52.77 | 58.37 | 97.29 | - |
| YUV | 196.13 | 157.27 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 248 | 0.38 | 0.17 | 0 | 0.03 | 206.45 | 0.87 | 0.79 |
| Hex | 9B | CF | F8 | 26 | 11 | 0 | 3 | CE | 57 | 4F |
| Octal | 233 | 317 | 370 | 46 | 21 | 0 | 3 | 316 | 127 | 117 |
| Binary | 10011011 | 11001111 | 11111000 | 100110 | 10001 | 0 | 11 | 11001110 | 1010111 | 1001111 |
Color Harmonies of #9BCFF8
Complementary color
Monochromatic Colors of #9BCFF8
Black with #9BCFF8
Text Example
Text Example
White with #9BCFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCFF8; }
p { color: rgb(155,207,248); }
H1.HeaderClassName
{
color: #9BCFF8;
}
.AnyTagClassName
{
color: #9BCFF8;
}
</style>
background-color css
<style>
a { background-color: #9BCFF8; }
a { background-color: rgb(155,207,248); }
div.DivClassName
{
background-color: #9BCFF8;
}
.BgClassName
{
background-color: #9BCFF8;
}
</style>
border-color css
<style>
span { border-color: #9BCFF8; }
span { border-color: rgb(155,207,248); }
td.TdClassName
{
border-color: #9BCFF8;
}
.TagClassName
{
border-color: #9BCFF8;
}
</style>