Shades of Cerulean #0087AE
Tints of Cerulean #0087AE
RGB
CMYK
RGB Variations
Color information
#0087AE (or 0x0087AE) is known color: Cerulean. HEX triplet: 00, 87 and AE. RGB value is (0,135,174). Sum of RGB (Red+Green+Blue) = 0+135+174=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #0087AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0087AE is #FF7851. Grayscale: #626262. Windows color (decimal): -16742482 or 11437824. OLE color: 11437824.
HSL color Cylindrical-coordinate representation of color #0087AE: hue angle of 193.45º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0087AE is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 135 | 174 | - |
| CMYK | 1 | 0.22 | 0 | 0.32 |
| HSL | 193.45º | 1% | 0.34% | - |
| HSV(B) | 193.45º | 1% | 0.68% | - |
| XYZ | 16.3 | 20.38 | 43.12 | - |
| YUV | 99.08 | 170.27 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 174 | 1 | 0.22 | 0 | 0.32 | 193.45 | 1 | 0.34 |
| Hex | 0 | 87 | AE | 64 | 16 | 0 | 20 | C1 | 64 | 22 |
| Octal | 0 | 207 | 256 | 144 | 26 | 0 | 40 | 301 | 144 | 42 |
| Binary | 0 | 10000111 | 10101110 | 1100100 | 10110 | 0 | 100000 | 11000001 | 1100100 | 100010 |
Color Harmonies of #0087AE
Complementary color
Monochromatic Colors of #0087AE
Black with #0087AE
Text Example
Text Example
White with #0087AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0087AE; }
p { color: rgb(0,135,174); }
H1.HeaderClassName
{
color: #0087AE;
}
.AnyTagClassName
{
color: #0087AE;
}
</style>
background-color css
<style>
a { background-color: #0087AE; }
a { background-color: rgb(0,135,174); }
div.DivClassName
{
background-color: #0087AE;
}
.BgClassName
{
background-color: #0087AE;
}
</style>
border-color css
<style>
span { border-color: #0087AE; }
span { border-color: rgb(0,135,174); }
td.TdClassName
{
border-color: #0087AE;
}
.TagClassName
{
border-color: #0087AE;
}
</style>