Shades of Sail #99BFEB
Tints of Sail #99BFEB
RGB
CMYK
RGB Variations
Color information
#99BFEB (or 0x99BFEB) is known color: Sail. HEX triplet: 99, BF and EB. RGB value is (153,191,235). Sum of RGB (Red+Green+Blue) = 153+191+235=579 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.42% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #99BFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BFEB is #664014. Grayscale: #B8B8B8. Windows color (decimal): -6701077 or 15450009. OLE color: 15450009.
HSL color Cylindrical-coordinate representation of color #99BFEB: hue angle of 212.2º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99BFEB is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 191 | 235 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.08 |
| HSL | 212.2º | 0.67% | 0.76% | - |
| HSV(B) | 212.2º | 0.35% | 0.92% | - |
| XYZ | 46.76 | 50.03 | 85.79 | - |
| YUV | 184.65 | 156.41 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 235 | 0.35 | 0.19 | 0 | 0.08 | 212.2 | 0.67 | 0.76 |
| Hex | 99 | BF | EB | 23 | 13 | 0 | 8 | D4 | 43 | 4C |
| Octal | 231 | 277 | 353 | 43 | 23 | 0 | 10 | 324 | 103 | 114 |
| Binary | 10011001 | 10111111 | 11101011 | 100011 | 10011 | 0 | 1000 | 11010100 | 1000011 | 1001100 |
Color Harmonies of #99BFEB
Complementary color
Monochromatic Colors of #99BFEB
Black with #99BFEB
Text Example
Text Example
White with #99BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BFEB; }
p { color: rgb(153,191,235); }
H1.HeaderClassName
{
color: #99BFEB;
}
.AnyTagClassName
{
color: #99BFEB;
}
</style>
background-color css
<style>
a { background-color: #99BFEB; }
a { background-color: rgb(153,191,235); }
div.DivClassName
{
background-color: #99BFEB;
}
.BgClassName
{
background-color: #99BFEB;
}
</style>
border-color css
<style>
span { border-color: #99BFEB; }
span { border-color: rgb(153,191,235); }
td.TdClassName
{
border-color: #99BFEB;
}
.TagClassName
{
border-color: #99BFEB;
}
</style>