#57aed1

Color #57AED1 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #57AED1

Tints of Viking #57AED1

Color information

#57AED1 (or 0x57AED1) is unknown color: approx Viking. HEX triplet: 57, AE and D1. RGB value is (87,174,209). Sum of RGB (Red+Green+Blue) = 87+174+209=470 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.51% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #57AED1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AED1 is #A8512E. Grayscale: #979797. Windows color (decimal): -11030831 or 13741655. OLE color: 13741655.

HSL color Cylindrical-coordinate representation of color #57AED1: hue angle of 197.21º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57AED1 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB87174209-
CMYK0.580.1700.18
HSL197.21º57.01%58.04%-
HSV(B)197.21º58.37%81.96%-
XYZ30.5836.965.83-
YUV151.98160.1881.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.51%
GREEN value IS 174 (68.36% from 255) = 37.02%
BLUE value IS 209 (82.03% from 255) = 44.47%
R=18.51%
G=37.02%
B=44.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal871742090.580.1700.18197.2157.0158.04
Hex57AED13A11012c5393a
Octal12725632172210223057172
Binary101011110101110110100011110101000101001011000101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57aed1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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