Html Css Color HEX #57AAC9 Viking

📋 copy color: '#57AAC9'

red 87 ◦ green 170 ◦ blue 201

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

Shades of Viking #57AAC9

Tints of Viking #57AAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.89%

R = 19%
G = 37.12%
B = 43.89%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#57AAC9 (or 0x57AAC9) is known color: Viking. HEX triplet: 57, AA and C9. RGB value is (87,170,201). Sum of RGB (Red+Green+Blue) = 87+170+201=458 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.00% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #57AAC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AAC9 is #A85536. Grayscale: #949494. Windows color (decimal): -11031863 or 13216343. OLE color: 13216343.

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

Color convert

RGB 87 170 201 -
CMYK 0.57 0.15 0 0.21
HSL 196.32º 0.51% 0.56% -
HSV(B) 196.32º 0.57% 0.79% -
XYZ 28.85 34.99 60.49 -
YUV 148.72 157.5 83.98 -
System Red Green Blue C M Y K H S L
Decimal 87 170 201 0.57 0.15 0 0.21 196.32 0.51 0.56
Hex 57 AA C9 39 F 0 15 C4 33 38
Octal 127 252 311 71 17 0 25 304 63 70
Binary 1010111 10101010 11001001 111001 1111 0 10101 11000100 110011 111000

Color Harmonies of #57AAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AAC9

Black with #57AAC9

Text Example


Text Example

White with #57AAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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