Shades of Cerulean #0877BC
Tints of Cerulean #0877BC
RGB
CMYK
RGB Variations
Color information
#0877BC (or 0x0877BC) is known color: Cerulean. HEX triplet: 08, 77 and BC. RGB value is (8,119,188). Sum of RGB (Red+Green+Blue) = 8+119+188=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #0877BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0877BC is #F78843. Grayscale: #5D5D5D. Windows color (decimal): -16222276 or 12351240. OLE color: 12351240.
HSL color Cylindrical-coordinate representation of color #0877BC: hue angle of 203º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0877BC is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 119 | 188 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.26 |
| HSL | 203º | 0.92% | 0.38% | - |
| HSV(B) | 203º | 0.96% | 0.74% | - |
| XYZ | 15.77 | 16.88 | 50 | - |
| YUV | 93.68 | 181.23 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 119 | 188 | 0.96 | 0.37 | 0 | 0.26 | 203 | 0.92 | 0.38 |
| Hex | 8 | 77 | BC | 60 | 25 | 0 | 1A | CB | 5C | 26 |
| Octal | 10 | 167 | 274 | 140 | 45 | 0 | 32 | 313 | 134 | 46 |
| Binary | 1000 | 1110111 | 10111100 | 1100000 | 100101 | 0 | 11010 | 11001011 | 1011100 | 100110 |
Color Harmonies of #0877BC
Complementary color
Monochromatic Colors of #0877BC
Black with #0877BC
Text Example
Text Example
White with #0877BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0877BC; }
p { color: rgb(8,119,188); }
H1.HeaderClassName
{
color: #0877BC;
}
.AnyTagClassName
{
color: #0877BC;
}
</style>
background-color css
<style>
a { background-color: #0877BC; }
a { background-color: rgb(8,119,188); }
div.DivClassName
{
background-color: #0877BC;
}
.BgClassName
{
background-color: #0877BC;
}
</style>
border-color css
<style>
span { border-color: #0877BC; }
span { border-color: rgb(8,119,188); }
td.TdClassName
{
border-color: #0877BC;
}
.TagClassName
{
border-color: #0877BC;
}
</style>