Html Css Color HEX #57ADC9 Viking

📋 copy color: '#57ADC9'

red 87 ◦ green 173 ◦ blue 201

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

Shades of Viking #57ADC9

Tints of Viking #57ADC9

RGB

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

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

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

R = 18.87%
G = 37.53%
B = 43.6%

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

#57ADC9 (or 0x57ADC9) is known color: Viking. HEX triplet: 57, AD and C9. RGB value is (87,173,201). Sum of RGB (Red+Green+Blue) = 87+173+201=461 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.87% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 201 - color contains mainly: blue. Hex color #57ADC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ADC9 is #A85236. Grayscale: #969696. Windows color (decimal): -11031095 or 13217111. OLE color: 13217111.

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

Color convert

RGB 87 173 201 -
CMYK 0.57 0.14 0 0.21
HSL 194.74º 0.51% 0.56% -
HSV(B) 194.74º 0.57% 0.79% -
XYZ 29.42 36.13 60.68 -
YUV 150.48 156.51 82.72 -
System Red Green Blue C M Y K H S L
Decimal 87 173 201 0.57 0.14 0 0.21 194.74 0.51 0.56
Hex 57 AD C9 39 E 0 15 C3 33 38
Octal 127 255 311 71 16 0 25 303 63 70
Binary 1010111 10101101 11001001 111001 1110 0 10101 11000011 110011 111000

Color Harmonies of #57ADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ADC9

Black with #57ADC9

Text Example


Text Example

White with #57ADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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