Shades of Cerulean #007DAE
Tints of Cerulean #007DAE
RGB
CMYK
RGB Variations
Color information
#007DAE (or 0x007DAE) is known color: Cerulean. HEX triplet: 00, 7D and AE. RGB value is (0,125,174). Sum of RGB (Red+Green+Blue) = 0+125+174=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #007DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007DAE is #FF8251. Grayscale: #5C5C5C. Windows color (decimal): -16745042 or 11435264. OLE color: 11435264.
HSL color Cylindrical-coordinate representation of color #007DAE: hue angle of 196.9º 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 #007DAE is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 125 | 174 | - |
| CMYK | 1 | 0.28 | 0 | 0.32 |
| HSL | 196.9º | 1% | 0.34% | - |
| HSV(B) | 196.9º | 1% | 0.68% | - |
| XYZ | 14.97 | 17.72 | 42.68 | - |
| YUV | 93.21 | 173.59 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 174 | 1 | 0.28 | 0 | 0.32 | 196.9 | 1 | 0.34 |
| Hex | 0 | 7D | AE | 64 | 1C | 0 | 20 | C5 | 64 | 22 |
| Octal | 0 | 175 | 256 | 144 | 34 | 0 | 40 | 305 | 144 | 42 |
| Binary | 0 | 1111101 | 10101110 | 1100100 | 11100 | 0 | 100000 | 11000101 | 1100100 | 100010 |
Color Harmonies of #007DAE
Complementary color
Monochromatic Colors of #007DAE
Black with #007DAE
Text Example
Text Example
White with #007DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DAE; }
p { color: rgb(0,125,174); }
H1.HeaderClassName
{
color: #007DAE;
}
.AnyTagClassName
{
color: #007DAE;
}
</style>
background-color css
<style>
a { background-color: #007DAE; }
a { background-color: rgb(0,125,174); }
div.DivClassName
{
background-color: #007DAE;
}
.BgClassName
{
background-color: #007DAE;
}
</style>
border-color css
<style>
span { border-color: #007DAE; }
span { border-color: rgb(0,125,174); }
td.TdClassName
{
border-color: #007DAE;
}
.TagClassName
{
border-color: #007DAE;
}
</style>