Shades of Cerulean #087AAF
Tints of Cerulean #087AAF
RGB
CMYK
RGB Variations
Color information
#087AAF (or 0x087AAF) is known color: Cerulean. HEX triplet: 08, 7A and AF. RGB value is (8,122,175). Sum of RGB (Red+Green+Blue) = 8+122+175=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #087AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087AAF is #F78550. Grayscale: #5D5D5D. Windows color (decimal): -16221521 or 11500040. OLE color: 11500040.
HSL color Cylindrical-coordinate representation of color #087AAF: hue angle of 199.04º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087AAF is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 122 | 175 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.31 |
| HSL | 199.04º | 0.91% | 0.36% | - |
| HSV(B) | 199.04º | 0.95% | 0.69% | - |
| XYZ | 14.8 | 17.07 | 43.07 | - |
| YUV | 93.96 | 173.73 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 175 | 0.95 | 0.30 | 0 | 0.31 | 199.04 | 0.91 | 0.36 |
| Hex | 8 | 7A | AF | 5F | 1E | 0 | 1F | C7 | 5B | 24 |
| Octal | 10 | 172 | 257 | 137 | 36 | 0 | 37 | 307 | 133 | 44 |
| Binary | 1000 | 1111010 | 10101111 | 1011111 | 11110 | 0 | 11111 | 11000111 | 1011011 | 100100 |
Color Harmonies of #087AAF
Complementary color
Monochromatic Colors of #087AAF
Black with #087AAF
Text Example
Text Example
White with #087AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087AAF; }
p { color: rgb(8,122,175); }
H1.HeaderClassName
{
color: #087AAF;
}
.AnyTagClassName
{
color: #087AAF;
}
</style>
background-color css
<style>
a { background-color: #087AAF; }
a { background-color: rgb(8,122,175); }
div.DivClassName
{
background-color: #087AAF;
}
.BgClassName
{
background-color: #087AAF;
}
</style>
border-color css
<style>
span { border-color: #087AAF; }
span { border-color: rgb(8,122,175); }
td.TdClassName
{
border-color: #087AAF;
}
.TagClassName
{
border-color: #087AAF;
}
</style>