#157DAE

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

Shades of Cerulean #157DAE

Tints of Cerulean #157DAE

Color information

#157DAE (or 0x157DAE) is unknown color: approx Cerulean. HEX triplet: 15, 7D and AE. RGB value is (21,125,174). Sum of RGB (Red+Green+Blue) = 21+125+174=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #157DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157DAE is #EA8251. Grayscale: #636363. Windows color (decimal): -15368786 or 11435285. OLE color: 11435285.

HSL color Cylindrical-coordinate representation of color #157DAE: hue angle of 199.22º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #157DAE is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB21125174-
CMYK0.880.2800.32
HSL199.22º78.46%38.24%-
HSV(B)199.22º87.93%68.24%-
XYZ15.2817.8842.69-
YUV99.49170.0472.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.56%
GREEN value IS 125 (49.22% from 255) = 39.06%
BLUE value IS 174 (68.36% from 255) = 54.38%
R=6.56%
G=39.06%
B=54.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal211251740.880.2800.32199.2278.4638.24
Hex157DAE581C020c74e26
Octal251752561303404030711646
Binary101011111101101011101011000111000100000110001111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,125,174); }

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

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

 a { background-color: rgb(21,125,174); }

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

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

 span { border-color: rgb(21,125,174); }

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