Html Css Color HEX #57AECB Viking

📋 copy color: '#57AECB'

red 87 ◦ green 174 ◦ blue 203

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

Shades of Viking #57AECB

Tints of Viking #57AECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 18.75%
G = 37.5%
B = 43.75%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#57AECB (or 0x57AECB) is known color: Viking. HEX triplet: 57, AE and CB. RGB value is (87,174,203). Sum of RGB (Red+Green+Blue) = 87+174+203=464 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.75% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #57AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AECB is #A85134. Grayscale: #979797. Windows color (decimal): -11030837 or 13348439. OLE color: 13348439.

HSL color Cylindrical-coordinate representation of color #57AECB: hue angle of 195º 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 #57AECB is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 174 203 -
CMYK 0.57 0.14 0 0.20
HSL 195º 0.53% 0.57% -
HSV(B) 195º 0.57% 0.8% -
XYZ 29.85 36.61 61.99 -
YUV 151.29 157.18 82.14 -
System Red Green Blue C M Y K H S L
Decimal 87 174 203 0.57 0.14 0 0.20 195 0.53 0.57
Hex 57 AE CB 39 E 0 14 C3 35 39
Octal 127 256 313 71 16 0 24 303 65 71
Binary 1010111 10101110 11001011 111001 1110 0 10100 11000011 110101 111001

Color Harmonies of #57AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AECB

Black with #57AECB

Text Example


Text Example

White with #57AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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