Html Css Color HEX #57AECC Viking

📋 copy color: '#57AECC'

red 87 ◦ green 174 ◦ blue 204

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

Shades of Viking #57AECC

Tints of Viking #57AECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 18.71%
G = 37.42%
B = 43.87%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#57AECC (or 0x57AECC) is known color: Viking. HEX triplet: 57, AE and CC. RGB value is (87,174,204). Sum of RGB (Red+Green+Blue) = 87+174+204=465 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.71% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #57AECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AECC is #A85133. Grayscale: #979797. Windows color (decimal): -11030836 or 13413975. OLE color: 13413975.

HSL color Cylindrical-coordinate representation of color #57AECC: hue angle of 195.38º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57AECC is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 174 204 -
CMYK 0.57 0.15 0 0.2
HSL 195.38º 0.53% 0.57% -
HSV(B) 195.38º 0.57% 0.8% -
XYZ 29.97 36.66 62.62 -
YUV 151.41 157.68 82.06 -
System Red Green Blue C M Y K H S L
Decimal 87 174 204 0.57 0.15 0 0.2 195.38 0.53 0.57
Hex 57 AE CC 39 F 0 14 C3 35 39
Octal 127 256 314 71 17 0 24 303 65 71
Binary 1010111 10101110 11001100 111001 1111 0 10100 11000011 110101 111001

Color Harmonies of #57AECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AECC

Black with #57AECC

Text Example


Text Example

White with #57AECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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