Shades of Cerulean #017FAE
Tints of Cerulean #017FAE
RGB
CMYK
RGB Variations
Color information
#017FAE (or 0x017FAE) is known color: Cerulean. HEX triplet: 01, 7F and AE. RGB value is (1,127,174). Sum of RGB (Red+Green+Blue) = 1+127+174=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #017FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017FAE is #FE8051. Grayscale: #5E5E5E. Windows color (decimal): -16678994 or 11435777. OLE color: 11435777.
HSL color Cylindrical-coordinate representation of color #017FAE: hue angle of 196.3º 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 #017FAE is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 127 | 174 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.32 |
| HSL | 196.3º | 0.99% | 0.34% | - |
| HSV(B) | 196.3º | 0.99% | 0.68% | - |
| XYZ | 15.24 | 18.24 | 42.76 | - |
| YUV | 94.68 | 172.76 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 174 | 0.99 | 0.27 | 0 | 0.32 | 196.3 | 0.99 | 0.34 |
| Hex | 1 | 7F | AE | 63 | 1B | 0 | 20 | C4 | 63 | 22 |
| Octal | 1 | 177 | 256 | 143 | 33 | 0 | 40 | 304 | 143 | 42 |
| Binary | 1 | 1111111 | 10101110 | 1100011 | 11011 | 0 | 100000 | 11000100 | 1100011 | 100010 |
Color Harmonies of #017FAE
Complementary color
Monochromatic Colors of #017FAE
Black with #017FAE
Text Example
Text Example
White with #017FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017FAE; }
p { color: rgb(1,127,174); }
H1.HeaderClassName
{
color: #017FAE;
}
.AnyTagClassName
{
color: #017FAE;
}
</style>
background-color css
<style>
a { background-color: #017FAE; }
a { background-color: rgb(1,127,174); }
div.DivClassName
{
background-color: #017FAE;
}
.BgClassName
{
background-color: #017FAE;
}
</style>
border-color css
<style>
span { border-color: #017FAE; }
span { border-color: rgb(1,127,174); }
td.TdClassName
{
border-color: #017FAE;
}
.TagClassName
{
border-color: #017FAE;
}
</style>