Shades of Cerulean #087BAE
Tints of Cerulean #087BAE
RGB
CMYK
RGB Variations
Color information
#087BAE (or 0x087BAE) is known color: Cerulean. HEX triplet: 08, 7B and AE. RGB value is (8,123,174). Sum of RGB (Red+Green+Blue) = 8+123+174=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #087BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087BAE is #F78451. Grayscale: #5E5E5E. Windows color (decimal): -16221266 or 11434760. OLE color: 11434760.
HSL color Cylindrical-coordinate representation of color #087BAE: hue angle of 198.43º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087BAE is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 123 | 174 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.32 |
| HSL | 198.43º | 0.91% | 0.36% | - |
| HSV(B) | 198.43º | 0.95% | 0.68% | - |
| XYZ | 14.82 | 17.27 | 42.6 | - |
| YUV | 94.43 | 172.9 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 174 | 0.95 | 0.29 | 0 | 0.32 | 198.43 | 0.91 | 0.36 |
| Hex | 8 | 7B | AE | 5F | 1D | 0 | 20 | C6 | 5B | 24 |
| Octal | 10 | 173 | 256 | 137 | 35 | 0 | 40 | 306 | 133 | 44 |
| Binary | 1000 | 1111011 | 10101110 | 1011111 | 11101 | 0 | 100000 | 11000110 | 1011011 | 100100 |
Color Harmonies of #087BAE
Complementary color
Monochromatic Colors of #087BAE
Black with #087BAE
Text Example
Text Example
White with #087BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087BAE; }
p { color: rgb(8,123,174); }
H1.HeaderClassName
{
color: #087BAE;
}
.AnyTagClassName
{
color: #087BAE;
}
</style>
background-color css
<style>
a { background-color: #087BAE; }
a { background-color: rgb(8,123,174); }
div.DivClassName
{
background-color: #087BAE;
}
.BgClassName
{
background-color: #087BAE;
}
</style>
border-color css
<style>
span { border-color: #087BAE; }
span { border-color: rgb(8,123,174); }
td.TdClassName
{
border-color: #087BAE;
}
.TagClassName
{
border-color: #087BAE;
}
</style>