Html Css Color HEX #57ADCA Viking

📋 copy color: '#57ADCA'

red 87 ◦ green 173 ◦ blue 202

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

Shades of Viking #57ADCA

Tints of Viking #57ADCA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.45%

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

R = 18.83%
G = 37.45%
B = 43.72%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#57ADCA (or 0x57ADCA) is known color: Viking. HEX triplet: 57, AD and CA. RGB value is (87,173,202). Sum of RGB (Red+Green+Blue) = 87+173+202=462 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.83% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #57ADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ADCA is #A85235. Grayscale: #969696. Windows color (decimal): -11031094 or 13282647. OLE color: 13282647.

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

Color convert

RGB 87 173 202 -
CMYK 0.57 0.14 0 0.21
HSL 195.13º 0.52% 0.57% -
HSV(B) 195.13º 0.57% 0.79% -
XYZ 29.53 36.18 61.3 -
YUV 150.59 157.01 82.64 -
System Red Green Blue C M Y K H S L
Decimal 87 173 202 0.57 0.14 0 0.21 195.13 0.52 0.57
Hex 57 AD CA 39 E 0 15 C3 34 39
Octal 127 255 312 71 16 0 25 303 64 71
Binary 1010111 10101101 11001010 111001 1110 0 10101 11000011 110100 111001

Color Harmonies of #57ADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ADCA

Black with #57ADCA

Text Example


Text Example

White with #57ADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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