Html Css Color HEX #57BACE Viking

📋 copy color: '#57BACE'

red 87 ◦ green 186 ◦ blue 206

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

Shades of Viking #57BACE

Tints of Viking #57BACE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.83%

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 18.16%
G = 38.83%
B = 43.01%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#57BACE (or 0x57BACE) is known color: Viking. HEX triplet: 57, BA and CE. RGB value is (87,186,206). Sum of RGB (Red+Green+Blue) = 87+186+206=479 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.16% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #57BACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BACE is #A84531. Grayscale: #9E9E9E. Windows color (decimal): -11027762 or 13548119. OLE color: 13548119.

HSL color Cylindrical-coordinate representation of color #57BACE: hue angle of 190.08º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57BACE is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 186 206 -
CMYK 0.58 0.10 0 0.19
HSL 190.08º 0.55% 0.57% -
HSV(B) 190.08º 0.58% 0.81% -
XYZ 32.63 41.6 64.7 -
YUV 158.68 154.7 76.87 -
System Red Green Blue C M Y K H S L
Decimal 87 186 206 0.58 0.10 0 0.19 190.08 0.55 0.57
Hex 57 BA CE 3A A 0 13 BE 37 39
Octal 127 272 316 72 12 0 23 276 67 71
Binary 1010111 10111010 11001110 111010 1010 0 10011 10111110 110111 111001

Color Harmonies of #57BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BACE

Black with #57BACE

Text Example


Text Example

White with #57BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,186,206); }

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

background-color css

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

 a { background-color: rgb(87,186,206); }

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

border-color css

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

 span { border-color: rgb(87,186,206); }

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