#157EAA

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

Shades of Cerulean #157EAA

Tints of Cerulean #157EAA

Color information

#157EAA (or 0x157EAA) is unknown color: approx Cerulean. HEX triplet: 15, 7E and AA. RGB value is (21,126,170). Sum of RGB (Red+Green+Blue) = 21+126+170=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #157EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157EAA is #EA8155. Grayscale: #636363. Windows color (decimal): -15368534 or 11173397. OLE color: 11173397.

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

Color convert

RGB21126170-
CMYK0.880.2600.33
HSL197.72º78.01%37.45%-
HSV(B)197.72º87.65%66.67%-
XYZ15.0317.9840.71-
YUV99.62167.7171.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.62%
GREEN value IS 126 (49.61% from 255) = 39.75%
BLUE value IS 170 (66.80% from 255) = 53.63%
R=6.62%
G=39.75%
B=53.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211261700.880.2600.33197.7278.0137.45
Hex157EAA581A021c64e25
Octal251762521303204130611645
Binary101011111110101010101011000110100100001110001101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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