Html Css Color HEX #57ADCD Viking

📋 copy color: '#57ADCD'

red 87 ◦ green 173 ◦ blue 205

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

Shades of Viking #57ADCD

Tints of Viking #57ADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 18.71%
G = 37.2%
B = 44.09%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#57ADCD (or 0x57ADCD) is known color: Viking. HEX triplet: 57, AD and CD. RGB value is (87,173,205). Sum of RGB (Red+Green+Blue) = 87+173+205=465 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.71% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #57ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ADCD is #A85232. Grayscale: #969696. Windows color (decimal): -11031091 or 13479255. OLE color: 13479255.

HSL color Cylindrical-coordinate representation of color #57ADCD: hue angle of 196.27º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57ADCD is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 173 205 -
CMYK 0.58 0.16 0 0.20
HSL 196.27º 0.54% 0.57% -
HSV(B) 196.27º 0.58% 0.8% -
XYZ 29.89 36.32 63.19 -
YUV 150.93 158.51 82.4 -
System Red Green Blue C M Y K H S L
Decimal 87 173 205 0.58 0.16 0 0.20 196.27 0.54 0.57
Hex 57 AD CD 3A 10 0 14 C4 36 39
Octal 127 255 315 72 20 0 24 304 66 71
Binary 1010111 10101101 11001101 111010 10000 0 10100 11000100 110110 111001

Color Harmonies of #57ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ADCD

Black with #57ADCD

Text Example


Text Example

White with #57ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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