Html Css Color HEX #57BED0 Viking

📋 copy color: '#57BED0'

red 87 ◦ green 190 ◦ blue 208

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

Shades of Viking #57BED0

Tints of Viking #57BED0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.18%

 BLUE value IS 208 (81.64% from 255) = 42.89%

R = 17.94%
G = 39.18%
B = 42.89%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#57BED0 (or 0x57BED0) is known color: Viking. HEX triplet: 57, BE and D0. RGB value is (87,190,208). Sum of RGB (Red+Green+Blue) = 87+190+208=485 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.94% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #57BED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BED0 is #A8412F. Grayscale: #A1A1A1. Windows color (decimal): -11026736 or 13680215. OLE color: 13680215.

HSL color Cylindrical-coordinate representation of color #57BED0: hue angle of 188.93º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57BED0 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 87 190 208 -
CMYK 0.58 0.09 0 0.18
HSL 188.93º 0.56% 0.58% -
HSV(B) 188.93º 0.58% 0.82% -
XYZ 33.73 43.41 66.28 -
YUV 161.26 154.38 75.04 -
System Red Green Blue C M Y K H S L
Decimal 87 190 208 0.58 0.09 0 0.18 188.93 0.56 0.58
Hex 57 BE D0 3A 9 0 12 BD 38 3A
Octal 127 276 320 72 11 0 22 275 70 72
Binary 1010111 10111110 11010000 111010 1001 0 10010 10111101 111000 111010

Color Harmonies of #57BED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BED0

Black with #57BED0

Text Example


Text Example

White with #57BED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,190,208); }

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

background-color css

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

 a { background-color: rgb(87,190,208); }

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

border-color css

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

 span { border-color: rgb(87,190,208); }

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