#017DAA

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

Shades of Cerulean #017DAA

Tints of Cerulean #017DAA

Color information

#017DAA (or 0x017DAA) is unknown color: approx Cerulean. HEX triplet: 01, 7D and AA. RGB value is (1,125,170). Sum of RGB (Red+Green+Blue) = 1+125+170=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #017DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017DAA is #FE8255. Grayscale: #5C5C5C. Windows color (decimal): -16679510 or 11173121. OLE color: 11173121.

HSL color Cylindrical-coordinate representation of color #017DAA: hue angle of 195.98º 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 #017DAA is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1125170-
CMYK0.990.2600.33
HSL195.98º98.83%33.53%-
HSV(B)195.98º99.41%66.67%-
XYZ14.617.5840.65-
YUV93.05171.4262.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 125 (49.22% from 255) = 42.23%
BLUE value IS 170 (66.80% from 255) = 57.43%
R=0.34%
G=42.23%
B=57.43%

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
Decimal11251700.990.2600.33195.9898.8333.53
Hex17DAA631A021c46322
Octal11752521433204130414342
Binary11111101101010101100011110100100001110001001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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