Html Css Color HEX #157EAC Cerulean

📋 copy color: '#157EAC'

red 21 ◦ green 126 ◦ blue 172

#157EAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #157EAC

Tints of Cerulean #157EAC

RGB

 RED value IS 21 (8.59% from 255) = 6.58%

 GREEN value IS 126 (49.61% from 255) = 39.5%

 BLUE value IS 172 (67.58% from 255) = 53.92%

R = 6.58%
G = 39.5%
B = 53.92%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#157EAC (or 0x157EAC) is known color: Cerulean. HEX triplet: 15, 7E and AC. RGB value is (21,126,172). Sum of RGB (Red+Green+Blue) = 21+126+172=319 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.58% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #157EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157EAC is #EA8153. Grayscale: #636363. Windows color (decimal): -15368532 or 11304469. OLE color: 11304469.

HSL color Cylindrical-coordinate representation of color #157EAC: hue angle of 198.28º 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 #157EAC is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 126 172 -
CMYK 0.88 0.27 0 0.33
HSL 198.28º 0.78% 0.38% -
HSV(B) 198.28º 0.88% 0.67% -
XYZ 15.22 18.06 41.71 -
YUV 99.85 168.71 71.76 -
System Red Green Blue C M Y K H S L
Decimal 21 126 172 0.88 0.27 0 0.33 198.28 0.78 0.38
Hex 15 7E AC 58 1B 0 21 C6 4E 26
Octal 25 176 254 130 33 0 41 306 116 46
Binary 10101 1111110 10101100 1011000 11011 0 100001 11000110 1001110 100110

Color Harmonies of #157EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157EAC

Black with #157EAC

Text Example


Text Example

White with #157EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #157EAC;
 }
 .AnyTagClassName
 {
   color: #157EAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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