Html Css Color HEX #57AFCA Viking

📋 copy color: '#57AFCA'

red 87 ◦ green 175 ◦ blue 202

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

Shades of Viking #57AFCA

Tints of Viking #57AFCA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.72%

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

R = 18.75%
G = 37.72%
B = 43.53%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#57AFCA (or 0x57AFCA) is known color: Viking. HEX triplet: 57, AF and CA. RGB value is (87,175,202). Sum of RGB (Red+Green+Blue) = 87+175+202=464 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.75% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #57AFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AFCA is #A85035. Grayscale: #979797. Windows color (decimal): -11030582 or 13283159. OLE color: 13283159.

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

Color convert

RGB 87 175 202 -
CMYK 0.57 0.13 0 0.21
HSL 194.09º 0.52% 0.57% -
HSV(B) 194.09º 0.57% 0.79% -
XYZ 29.92 36.95 61.43 -
YUV 151.77 156.35 81.8 -
System Red Green Blue C M Y K H S L
Decimal 87 175 202 0.57 0.13 0 0.21 194.09 0.52 0.57
Hex 57 AF CA 39 D 0 15 C2 34 39
Octal 127 257 312 71 15 0 25 302 64 71
Binary 1010111 10101111 11001010 111001 1101 0 10101 11000010 110100 111001

Color Harmonies of #57AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AFCA

Black with #57AFCA

Text Example


Text Example

White with #57AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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