Shades of Cerulean #017EAE
Tints of Cerulean #017EAE
RGB
CMYK
RGB Variations
Color information
#017EAE (or 0x017EAE) is known color: Cerulean. HEX triplet: 01, 7E and AE. RGB value is (1,126,174). Sum of RGB (Red+Green+Blue) = 1+126+174=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #017EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017EAE is #FE8151. Grayscale: #5D5D5D. Windows color (decimal): -16679250 or 11435521. OLE color: 11435521.
HSL color Cylindrical-coordinate representation of color #017EAE: hue angle of 196.65º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017EAE is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 126 | 174 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.32 |
| HSL | 196.65º | 0.99% | 0.34% | - |
| HSV(B) | 196.65º | 0.99% | 0.68% | - |
| XYZ | 15.11 | 17.98 | 42.72 | - |
| YUV | 94.1 | 173.09 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 174 | 0.99 | 0.28 | 0 | 0.32 | 196.65 | 0.99 | 0.34 |
| Hex | 1 | 7E | AE | 63 | 1C | 0 | 20 | C5 | 63 | 22 |
| Octal | 1 | 176 | 256 | 143 | 34 | 0 | 40 | 305 | 143 | 42 |
| Binary | 1 | 1111110 | 10101110 | 1100011 | 11100 | 0 | 100000 | 11000101 | 1100011 | 100010 |
Color Harmonies of #017EAE
Complementary color
Monochromatic Colors of #017EAE
Black with #017EAE
Text Example
Text Example
White with #017EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017EAE; }
p { color: rgb(1,126,174); }
H1.HeaderClassName
{
color: #017EAE;
}
.AnyTagClassName
{
color: #017EAE;
}
</style>
background-color css
<style>
a { background-color: #017EAE; }
a { background-color: rgb(1,126,174); }
div.DivClassName
{
background-color: #017EAE;
}
.BgClassName
{
background-color: #017EAE;
}
</style>
border-color css
<style>
span { border-color: #017EAE; }
span { border-color: rgb(1,126,174); }
td.TdClassName
{
border-color: #017EAE;
}
.TagClassName
{
border-color: #017EAE;
}
</style>