#157CAB

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

Shades of Cerulean #157CAB

Tints of Cerulean #157CAB

Color information

#157CAB (or 0x157CAB) is unknown color: approx Cerulean. HEX triplet: 15, 7C and AB. RGB value is (21,124,171). Sum of RGB (Red+Green+Blue) = 21+124+171=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #157CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157CAB is #EA8354. Grayscale: #626262. Windows color (decimal): -15369045 or 11238421. OLE color: 11238421.

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

Color convert

RGB21124171-
CMYK0.880.2700.33
HSL198.8º78.12%37.65%-
HSV(B)198.8º87.72%67.06%-
XYZ14.8717.5241.13-
YUV98.56168.8872.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.65%
GREEN value IS 124 (48.83% from 255) = 39.24%
BLUE value IS 171 (67.19% from 255) = 54.11%
R=6.65%
G=39.24%
B=54.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211241710.880.2700.33198.878.1237.65
Hex157CAB581B021c74e26
Octal251742531303304130711646
Binary101011111100101010111011000110110100001110001111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,124,171); }

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

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

 a { background-color: rgb(21,124,171); }

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

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

 span { border-color: rgb(21,124,171); }

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