Shades of Cerulean #007EAE
Tints of Cerulean #007EAE
RGB
CMYK
RGB Variations
Color information
#007EAE (or 0x007EAE) is known color: Cerulean. HEX triplet: 00, 7E and AE. RGB value is (0,126,174). Sum of RGB (Red+Green+Blue) = 0+126+174=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 126 (49.61% from 255 or 42% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #007EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007EAE is #FF8151. Grayscale: #5D5D5D. Windows color (decimal): -16744786 or 11435520. OLE color: 11435520.
HSL color Cylindrical-coordinate representation of color #007EAE: hue angle of 196.55º 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 #007EAE is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 126 | 174 | - |
| CMYK | 1 | 0.28 | 0 | 0.32 |
| HSL | 196.55º | 1% | 0.34% | - |
| HSV(B) | 196.55º | 1% | 0.68% | - |
| XYZ | 15.1 | 17.98 | 42.72 | - |
| YUV | 93.8 | 173.26 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 174 | 1 | 0.28 | 0 | 0.32 | 196.55 | 1 | 0.34 |
| Hex | 0 | 7E | AE | 64 | 1C | 0 | 20 | C5 | 64 | 22 |
| Octal | 0 | 176 | 256 | 144 | 34 | 0 | 40 | 305 | 144 | 42 |
| Binary | 0 | 1111110 | 10101110 | 1100100 | 11100 | 0 | 100000 | 11000101 | 1100100 | 100010 |
Color Harmonies of #007EAE
Complementary color
Monochromatic Colors of #007EAE
Black with #007EAE
Text Example
Text Example
White with #007EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007EAE; }
p { color: rgb(0,126,174); }
H1.HeaderClassName
{
color: #007EAE;
}
.AnyTagClassName
{
color: #007EAE;
}
</style>
background-color css
<style>
a { background-color: #007EAE; }
a { background-color: rgb(0,126,174); }
div.DivClassName
{
background-color: #007EAE;
}
.BgClassName
{
background-color: #007EAE;
}
</style>
border-color css
<style>
span { border-color: #007EAE; }
span { border-color: rgb(0,126,174); }
td.TdClassName
{
border-color: #007EAE;
}
.TagClassName
{
border-color: #007EAE;
}
</style>