Shades of Sail #B0D6EE
Tints of Sail #B0D6EE
RGB
CMYK
RGB Variations
Color information
#B0D6EE (or 0xB0D6EE) is known color: Sail. HEX triplet: B0, D6 and EE. RGB value is (176,214,238). Sum of RGB (Red+Green+Blue) = 176+214+238=628 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.03% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0D6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D6EE is #4F2911. Grayscale: #CDCDCD. Windows color (decimal): -5187858 or 15652528. OLE color: 15652528.
HSL color Cylindrical-coordinate representation of color #B0D6EE: hue angle of 203.23º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0D6EE is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 214 | 238 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.07 |
| HSL | 203.23º | 0.65% | 0.81% | - |
| HSV(B) | 203.23º | 0.26% | 0.93% | - |
| XYZ | 57.38 | 63.5 | 90.12 | - |
| YUV | 205.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 214 | 238 | 0.26 | 0.10 | 0 | 0.07 | 203.23 | 0.65 | 0.81 |
| Hex | B0 | D6 | EE | 1A | A | 0 | 7 | CB | 41 | 51 |
| Octal | 260 | 326 | 356 | 32 | 12 | 0 | 7 | 313 | 101 | 121 |
| Binary | 10110000 | 11010110 | 11101110 | 11010 | 1010 | 0 | 111 | 11001011 | 1000001 | 1010001 |
Color Harmonies of #B0D6EE
Complementary color
Monochromatic Colors of #B0D6EE
Black with #B0D6EE
Text Example
Text Example
White with #B0D6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D6EE; }
p { color: rgb(176,214,238); }
H1.HeaderClassName
{
color: #B0D6EE;
}
.AnyTagClassName
{
color: #B0D6EE;
}
</style>
background-color css
<style>
a { background-color: #B0D6EE; }
a { background-color: rgb(176,214,238); }
div.DivClassName
{
background-color: #B0D6EE;
}
.BgClassName
{
background-color: #B0D6EE;
}
</style>
border-color css
<style>
span { border-color: #B0D6EE; }
span { border-color: rgb(176,214,238); }
td.TdClassName
{
border-color: #B0D6EE;
}
.TagClassName
{
border-color: #B0D6EE;
}
</style>