Shades of Cerulean #087BAB
Tints of Cerulean #087BAB
RGB
CMYK
RGB Variations
Color information
#087BAB (or 0x087BAB) is known color: Cerulean. HEX triplet: 08, 7B and AB. RGB value is (8,123,171). Sum of RGB (Red+Green+Blue) = 8+123+171=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #087BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087BAB is #F78454. Grayscale: #5D5D5D. Windows color (decimal): -16221269 or 11238152. OLE color: 11238152.
HSL color Cylindrical-coordinate representation of color #087BAB: hue angle of 197.67º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087BAB is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 123 | 171 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.33 |
| HSL | 197.67º | 0.91% | 0.35% | - |
| HSV(B) | 197.67º | 0.95% | 0.67% | - |
| XYZ | 14.53 | 17.16 | 41.07 | - |
| YUV | 94.09 | 171.4 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 171 | 0.95 | 0.28 | 0 | 0.33 | 197.67 | 0.91 | 0.35 |
| Hex | 8 | 7B | AB | 5F | 1C | 0 | 21 | C6 | 5B | 23 |
| Octal | 10 | 173 | 253 | 137 | 34 | 0 | 41 | 306 | 133 | 43 |
| Binary | 1000 | 1111011 | 10101011 | 1011111 | 11100 | 0 | 100001 | 11000110 | 1011011 | 100011 |
Color Harmonies of #087BAB
Complementary color
Monochromatic Colors of #087BAB
Black with #087BAB
Text Example
Text Example
White with #087BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087BAB; }
p { color: rgb(8,123,171); }
H1.HeaderClassName
{
color: #087BAB;
}
.AnyTagClassName
{
color: #087BAB;
}
</style>
background-color css
<style>
a { background-color: #087BAB; }
a { background-color: rgb(8,123,171); }
div.DivClassName
{
background-color: #087BAB;
}
.BgClassName
{
background-color: #087BAB;
}
</style>
border-color css
<style>
span { border-color: #087BAB; }
span { border-color: rgb(8,123,171); }
td.TdClassName
{
border-color: #087BAB;
}
.TagClassName
{
border-color: #087BAB;
}
</style>