Html Css Color HEX #157FAA Cerulean

📋 copy color: '#157FAA'

red 21 ◦ green 127 ◦ blue 170

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

Shades of Cerulean #157FAA

Tints of Cerulean #157FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 39.94%

 BLUE value IS 170 (66.8% from 255) = 53.46%

R = 6.6%
G = 39.94%
B = 53.46%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#157FAA (or 0x157FAA) is known color: Cerulean. HEX triplet: 15, 7F and AA. RGB value is (21,127,170). Sum of RGB (Red+Green+Blue) = 21+127+170=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #157FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157FAA is #EA8055. Grayscale: #636363. Windows color (decimal): -15368278 or 11173653. OLE color: 11173653.

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

Color convert

RGB 21 127 170 -
CMYK 0.88 0.25 0 0.33
HSL 197.32º 0.78% 0.37% -
HSV(B) 197.32º 0.88% 0.67% -
XYZ 15.15 18.24 40.75 -
YUV 100.21 167.38 71.5 -
System Red Green Blue C M Y K H S L
Decimal 21 127 170 0.88 0.25 0 0.33 197.32 0.78 0.37
Hex 15 7F AA 58 19 0 21 C5 4E 25
Octal 25 177 252 130 31 0 41 305 116 45
Binary 10101 1111111 10101010 1011000 11001 0 100001 11000101 1001110 100101

Color Harmonies of #157FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FAA

Black with #157FAA

Text Example


Text Example

White with #157FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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