#017EAA

Color #017EAA Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #017EAA

Tints of Cerulean #017EAA

Color information

#017EAA (or 0x017EAA) is unknown color: approx Cerulean. HEX triplet: 01, 7E and AA. RGB value is (1,126,170). Sum of RGB (Red+Green+Blue) = 1+126+170=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 126 (49.61% from 255 or 42.42% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #017EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017EAA is #FE8155. Grayscale: #5D5D5D. Windows color (decimal): -16679254 or 11173377. OLE color: 11173377.

HSL color Cylindrical-coordinate representation of color #017EAA: hue angle of 195.62º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017EAA is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1126170-
CMYK0.990.2600.33
HSL195.62º98.83%33.53%-
HSV(B)195.62º99.41%66.67%-
XYZ14.7317.8340.7-
YUV93.64171.0961.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 126 (49.61% from 255) = 42.42%
BLUE value IS 170 (66.80% from 255) = 57.24%
R=0.34%
G=42.42%
B=57.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11261700.990.2600.33195.6298.8333.53
Hex17EAA631A021c46322
Octal11762521433204130414342
Binary11111110101010101100011110100100001110001001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017EAA; }

 p { color: rgb(1,126,170); }

 H1.HeaderClassName
 {
   color: #017EAA;
 }
 .AnyTagClassName
 {
   color: #017EAA;
 }
</style>
background-color css

<style>
 a { background-color: #017EAA; }

 a { background-color: rgb(1,126,170); }

 div.DivClassName
 {
   background-color: #017EAA;
 }
 .BgClassName
 {
   background-color: #017EAA;
 }
</style>
border-color css

<style>
 span { border-color: #017EAA; }

 span { border-color: rgb(1,126,170); }

 td.TdClassName
 {
   border-color: #017EAA;
 }
 .TagClassName
 {
   border-color: #017EAA;
 }
</style>