Shades of Cerulean #087FBC
Tints of Cerulean #087FBC
RGB
CMYK
RGB Variations
Color information
#087FBC (or 0x087FBC) is known color: Cerulean. HEX triplet: 08, 7F and BC. RGB value is (8,127,188). Sum of RGB (Red+Green+Blue) = 8+127+188=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #087FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087FBC is #F78043. Grayscale: #626262. Windows color (decimal): -16220228 or 12353288. OLE color: 12353288.
HSL color Cylindrical-coordinate representation of color #087FBC: hue angle of 200.33º 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 #087FBC is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 127 | 188 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.26 |
| HSL | 200.33º | 0.92% | 0.38% | - |
| HSV(B) | 200.33º | 0.96% | 0.74% | - |
| XYZ | 16.77 | 18.86 | 50.33 | - |
| YUV | 98.37 | 178.58 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 188 | 0.96 | 0.32 | 0 | 0.26 | 200.33 | 0.92 | 0.38 |
| Hex | 8 | 7F | BC | 60 | 20 | 0 | 1A | C8 | 5C | 26 |
| Octal | 10 | 177 | 274 | 140 | 40 | 0 | 32 | 310 | 134 | 46 |
| Binary | 1000 | 1111111 | 10111100 | 1100000 | 100000 | 0 | 11010 | 11001000 | 1011100 | 100110 |
Color Harmonies of #087FBC
Complementary color
Monochromatic Colors of #087FBC
Black with #087FBC
Text Example
Text Example
White with #087FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087FBC; }
p { color: rgb(8,127,188); }
H1.HeaderClassName
{
color: #087FBC;
}
.AnyTagClassName
{
color: #087FBC;
}
</style>
background-color css
<style>
a { background-color: #087FBC; }
a { background-color: rgb(8,127,188); }
div.DivClassName
{
background-color: #087FBC;
}
.BgClassName
{
background-color: #087FBC;
}
</style>
border-color css
<style>
span { border-color: #087FBC; }
span { border-color: rgb(8,127,188); }
td.TdClassName
{
border-color: #087FBC;
}
.TagClassName
{
border-color: #087FBC;
}
</style>