Html Css Color HEX #57AAC4 Viking

📋 copy color: '#57AAC4'

red 87 ◦ green 170 ◦ blue 196

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

Shades of Viking #57AAC4

Tints of Viking #57AAC4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.53%

 BLUE value IS 196 (76.95% from 255) = 43.27%

R = 19.21%
G = 37.53%
B = 43.27%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#57AAC4 (or 0x57AAC4) is known color: Viking. HEX triplet: 57, AA and C4. RGB value is (87,170,196). Sum of RGB (Red+Green+Blue) = 87+170+196=453 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.21% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 196 - color contains mainly: blue. Hex color #57AAC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AAC4 is #A8553B. Grayscale: #939393. Windows color (decimal): -11031868 or 12888663. OLE color: 12888663.

HSL color Cylindrical-coordinate representation of color #57AAC4: hue angle of 194.31º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57AAC4 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 87 170 196 -
CMYK 0.56 0.13 0 0.23
HSL 194.31º 0.48% 0.55% -
HSV(B) 194.31º 0.56% 0.77% -
XYZ 28.27 34.76 57.44 -
YUV 148.15 155 84.39 -
System Red Green Blue C M Y K H S L
Decimal 87 170 196 0.56 0.13 0 0.23 194.31 0.48 0.55
Hex 57 AA C4 38 D 0 17 C2 30 37
Octal 127 252 304 70 15 0 27 302 60 67
Binary 1010111 10101010 11000100 111000 1101 0 10111 11000010 110000 110111

Color Harmonies of #57AAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AAC4

Black with #57AAC4

Text Example


Text Example

White with #57AAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,170,196); }

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

background-color css

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

 a { background-color: rgb(87,170,196); }

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

border-color css

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

 span { border-color: rgb(87,170,196); }

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