Shades of Sail #B0D0E4
Tints of Sail #B0D0E4
RGB
CMYK
RGB Variations
Color information
#B0D0E4 (or 0xB0D0E4) is known color: Sail. HEX triplet: B0, D0 and E4. RGB value is (176,208,228). Sum of RGB (Red+Green+Blue) = 176+208+228=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #B0D0E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D0E4 is #4F2F1B. Grayscale: #C8C8C8. Windows color (decimal): -5189404 or 14995632. OLE color: 14995632.
HSL color Cylindrical-coordinate representation of color #B0D0E4: hue angle of 203.08º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0D0E4 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 208 | 228 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.11 |
| HSL | 203.08º | 0.49% | 0.79% | - |
| HSV(B) | 203.08º | 0.23% | 0.89% | - |
| XYZ | 54.46 | 59.94 | 82.1 | - |
| YUV | 200.71 | 143.4 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 228 | 0.23 | 0.09 | 0 | 0.11 | 203.08 | 0.49 | 0.79 |
| Hex | B0 | D0 | E4 | 17 | 9 | 0 | B | CB | 31 | 4F |
| Octal | 260 | 320 | 344 | 27 | 11 | 0 | 13 | 313 | 61 | 117 |
| Binary | 10110000 | 11010000 | 11100100 | 10111 | 1001 | 0 | 1011 | 11001011 | 110001 | 1001111 |
Color Harmonies of #B0D0E4
Complementary color
Monochromatic Colors of #B0D0E4
Black with #B0D0E4
Text Example
Text Example
White with #B0D0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D0E4; }
p { color: rgb(176,208,228); }
H1.HeaderClassName
{
color: #B0D0E4;
}
.AnyTagClassName
{
color: #B0D0E4;
}
</style>
background-color css
<style>
a { background-color: #B0D0E4; }
a { background-color: rgb(176,208,228); }
div.DivClassName
{
background-color: #B0D0E4;
}
.BgClassName
{
background-color: #B0D0E4;
}
</style>
border-color css
<style>
span { border-color: #B0D0E4; }
span { border-color: rgb(176,208,228); }
td.TdClassName
{
border-color: #B0D0E4;
}
.TagClassName
{
border-color: #B0D0E4;
}
</style>