Html Css Color HEX #57A9CA Viking

📋 copy color: '#57A9CA'

red 87 ◦ green 169 ◦ blue 202

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

Shades of Viking #57A9CA

Tints of Viking #57A9CA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.9%

 BLUE value IS 202 (79.3% from 255) = 44.1%

R = 19%
G = 36.9%
B = 44.1%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#57A9CA (or 0x57A9CA) is known color: Viking. HEX triplet: 57, A9 and CA. RGB value is (87,169,202). Sum of RGB (Red+Green+Blue) = 87+169+202=458 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.00% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #57A9CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A9CA is #A85635. Grayscale: #949494. Windows color (decimal): -11032118 or 13281623. OLE color: 13281623.

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

Color convert

RGB 87 169 202 -
CMYK 0.57 0.16 0 0.21
HSL 197.22º 0.52% 0.57% -
HSV(B) 197.22º 0.57% 0.79% -
XYZ 28.78 34.67 61.05 -
YUV 148.24 158.33 84.32 -
System Red Green Blue C M Y K H S L
Decimal 87 169 202 0.57 0.16 0 0.21 197.22 0.52 0.57
Hex 57 A9 CA 39 10 0 15 C5 34 39
Octal 127 251 312 71 20 0 25 305 64 71
Binary 1010111 10101001 11001010 111001 10000 0 10101 11000101 110100 111001

Color Harmonies of #57A9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A9CA

Black with #57A9CA

Text Example


Text Example

White with #57A9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,169,202); }

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

background-color css

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

 a { background-color: rgb(87,169,202); }

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

border-color css

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

 span { border-color: rgb(87,169,202); }

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