Shades of Sail #B0CDDF
Tints of Sail #B0CDDF
RGB
CMYK
RGB Variations
Color information
#B0CDDF (or 0xB0CDDF) is known color: Sail. HEX triplet: B0, CD and DF. RGB value is (176,205,223). Sum of RGB (Red+Green+Blue) = 176+205+223=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0CDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CDDF is #4F3220. Grayscale: #C6C6C6. Windows color (decimal): -5190177 or 14667184. OLE color: 14667184.
HSL color Cylindrical-coordinate representation of color #B0CDDF: hue angle of 202.98º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0CDDF is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 176 | 205 | 223 | - |
CMYK | 0.21 | 0.08 | 0 | 0.13 |
HSL | 202.98º | 0.42% | 0.78% | - |
HSV(B) | 202.98º | 0.21% | 0.87% | - |
XYZ | 53.06 | 58.22 | 78.25 | - |
YUV | 198.38 | 141.89 | 112.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 205 | 223 | 0.21 | 0.08 | 0 | 0.13 | 202.98 | 0.42 | 0.78 |
Hex | B0 | CD | DF | 15 | 8 | 0 | D | CB | 2A | 4E |
Octal | 260 | 315 | 337 | 25 | 10 | 0 | 15 | 313 | 52 | 116 |
Binary | 10110000 | 11001101 | 11011111 | 10101 | 1000 | 0 | 1101 | 11001011 | 101010 | 1001110 |
Color Harmonies of #B0CDDF
Complementary color
Monochromatic Colors of #B0CDDF
Black with #B0CDDF
Text Example
Text Example
White with #B0CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CDDF; }
p { color: rgb(176,205,223); }
H1.HeaderClassName
{
color: #B0CDDF;
}
.AnyTagClassName
{
color: #B0CDDF;
}
</style>
background-color css
<style>
a { background-color: #B0CDDF; }
a { background-color: rgb(176,205,223); }
div.DivClassName
{
background-color: #B0CDDF;
}
.BgClassName
{
background-color: #B0CDDF;
}
</style>
border-color css
<style>
span { border-color: #B0CDDF; }
span { border-color: rgb(176,205,223); }
td.TdClassName
{
border-color: #B0CDDF;
}
.TagClassName
{
border-color: #B0CDDF;
}
</style>