Shades of Cerulean #006EAE
Tints of Cerulean #006EAE
RGB
CMYK
RGB Variations
Color information
#006EAE (or 0x006EAE) is known color: Cerulean. HEX triplet: 00, 6E and AE. RGB value is (0,110,174). Sum of RGB (Red+Green+Blue) = 0+110+174=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #006EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006EAE is #FF9151. Grayscale: #545454. Windows color (decimal): -16748882 or 11431424. OLE color: 11431424.
HSL color Cylindrical-coordinate representation of color #006EAE: hue angle of 202.07º 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 #006EAE is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 110 | 174 | - |
| CMYK | 1 | 0.37 | 0 | 0.32 |
| HSL | 202.07º | 1% | 0.34% | - |
| HSV(B) | 202.07º | 1% | 0.68% | - |
| XYZ | 13.22 | 14.21 | 42.09 | - |
| YUV | 84.41 | 178.56 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 174 | 1 | 0.37 | 0 | 0.32 | 202.07 | 1 | 0.34 |
| Hex | 0 | 6E | AE | 64 | 25 | 0 | 20 | CA | 64 | 22 |
| Octal | 0 | 156 | 256 | 144 | 45 | 0 | 40 | 312 | 144 | 42 |
| Binary | 0 | 1101110 | 10101110 | 1100100 | 100101 | 0 | 100000 | 11001010 | 1100100 | 100010 |
Color Harmonies of #006EAE
Complementary color
Monochromatic Colors of #006EAE
Black with #006EAE
Text Example
Text Example
White with #006EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006EAE; }
p { color: rgb(0,110,174); }
H1.HeaderClassName
{
color: #006EAE;
}
.AnyTagClassName
{
color: #006EAE;
}
</style>
background-color css
<style>
a { background-color: #006EAE; }
a { background-color: rgb(0,110,174); }
div.DivClassName
{
background-color: #006EAE;
}
.BgClassName
{
background-color: #006EAE;
}
</style>
border-color css
<style>
span { border-color: #006EAE; }
span { border-color: rgb(0,110,174); }
td.TdClassName
{
border-color: #006EAE;
}
.TagClassName
{
border-color: #006EAE;
}
</style>