#157C9C

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

Shades of Cerulean #157C9C

Tints of Cerulean #157C9C

Color information

#157C9C (or 0x157C9C) is unknown color: approx Cerulean. HEX triplet: 15, 7C and 9C. RGB value is (21,124,156). Sum of RGB (Red+Green+Blue) = 21+124+156=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #157C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157C9C is #EA8363. Grayscale: #606060. Windows color (decimal): -15369060 or 10255381. OLE color: 10255381.

HSL color Cylindrical-coordinate representation of color #157C9C: hue angle of 194.22º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #157C9C is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB21124156-
CMYK0.870.2100.39
HSL194.22º76.27%34.71%-
HSV(B)194.22º86.54%61.18%-
XYZ13.5216.9834.02-
YUV96.85161.3873.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.98%
GREEN value IS 124 (48.83% from 255) = 41.20%
BLUE value IS 156 (61.33% from 255) = 51.83%
R=6.98%
G=41.20%
B=51.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211241560.870.2100.39194.2276.2734.71
Hex157C9C5715027c24c23
Octal251742341272504730211443
Binary101011111100100111001010111101010100111110000101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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