Shades of Cerulean #007EAC
Tints of Cerulean #007EAC
RGB
CMYK
RGB Variations
Color information
#007EAC (or 0x007EAC) is known color: Cerulean. HEX triplet: 00, 7E and AC. RGB value is (0,126,172). Sum of RGB (Red+Green+Blue) = 0+126+172=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 126 (49.61% from 255 or 42.28% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #007EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007EAC is #FF8153. Grayscale: #5D5D5D. Windows color (decimal): -16744788 or 11304448. OLE color: 11304448.
HSL color Cylindrical-coordinate representation of color #007EAC: hue angle of 196.05º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007EAC is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 126 | 172 | - |
| CMYK | 1 | 0.27 | 0 | 0.33 |
| HSL | 196.05º | 1% | 0.34% | - |
| HSV(B) | 196.05º | 1% | 0.67% | - |
| XYZ | 14.91 | 17.9 | 41.7 | - |
| YUV | 93.57 | 172.26 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 172 | 1 | 0.27 | 0 | 0.33 | 196.05 | 1 | 0.34 |
| Hex | 0 | 7E | AC | 64 | 1B | 0 | 21 | C4 | 64 | 22 |
| Octal | 0 | 176 | 254 | 144 | 33 | 0 | 41 | 304 | 144 | 42 |
| Binary | 0 | 1111110 | 10101100 | 1100100 | 11011 | 0 | 100001 | 11000100 | 1100100 | 100010 |
Color Harmonies of #007EAC
Complementary color
Monochromatic Colors of #007EAC
Black with #007EAC
Text Example
Text Example
White with #007EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007EAC; }
p { color: rgb(0,126,172); }
H1.HeaderClassName
{
color: #007EAC;
}
.AnyTagClassName
{
color: #007EAC;
}
</style>
background-color css
<style>
a { background-color: #007EAC; }
a { background-color: rgb(0,126,172); }
div.DivClassName
{
background-color: #007EAC;
}
.BgClassName
{
background-color: #007EAC;
}
</style>
border-color css
<style>
span { border-color: #007EAC; }
span { border-color: rgb(0,126,172); }
td.TdClassName
{
border-color: #007EAC;
}
.TagClassName
{
border-color: #007EAC;
}
</style>