Html Css Color HEX #57AECA Viking

📋 copy color: '#57AECA'

red 87 ◦ green 174 ◦ blue 202

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

Shades of Viking #57AECA

Tints of Viking #57AECA

RGB

 RED value IS 87 (34.38% from 255) = 18.79%

 GREEN value IS 174 (68.36% from 255) = 37.58%

 BLUE value IS 202 (79.3% from 255) = 43.63%

R = 18.79%
G = 37.58%
B = 43.63%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#57AECA (or 0x57AECA) is known color: Viking. HEX triplet: 57, AE and CA. RGB value is (87,174,202). Sum of RGB (Red+Green+Blue) = 87+174+202=463 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.79% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #57AECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AECA is #A85135. Grayscale: #969696. Windows color (decimal): -11030838 or 13282903. OLE color: 13282903.

HSL color Cylindrical-coordinate representation of color #57AECA: hue angle of 194.61º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57AECA is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 87 174 202 -
CMYK 0.57 0.14 0 0.21
HSL 194.61º 0.52% 0.57% -
HSV(B) 194.61º 0.57% 0.79% -
XYZ 29.73 36.56 61.37 -
YUV 151.18 156.68 82.22 -
System Red Green Blue C M Y K H S L
Decimal 87 174 202 0.57 0.14 0 0.21 194.61 0.52 0.57
Hex 57 AE CA 39 E 0 15 C3 34 39
Octal 127 256 312 71 16 0 25 303 64 71
Binary 1010111 10101110 11001010 111001 1110 0 10101 11000011 110100 111001

Color Harmonies of #57AECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AECA

Black with #57AECA

Text Example


Text Example

White with #57AECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57AECA; }

 p { color: rgb(87,174,202); }

 H1.HeaderClassName
 {
   color: #57AECA;
 }
 .AnyTagClassName
 {
   color: #57AECA;
 }
</style>

background-color css

<style>
 a { background-color: #57AECA; }

 a { background-color: rgb(87,174,202); }

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

border-color css

<style>
 span { border-color: #57AECA; }

 span { border-color: rgb(87,174,202); }

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