#57BED7

Color #57BED7 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #57BED7

Tints of Viking #57BED7

Color information

#57BED7 (or 0x57BED7) is unknown color: approx Viking. HEX triplet: 57, BE and D7. RGB value is (87,190,215). Sum of RGB (Red+Green+Blue) = 87+190+215=492 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.68% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #57BED7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BED7 is #A84128. Grayscale: #A1A1A1. Windows color (decimal): -11026729 or 14138967. OLE color: 14138967.

HSL color Cylindrical-coordinate representation of color #57BED7: hue angle of 191.72º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57BED7 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB87190215-
CMYK0.600.1200.16
HSL191.72º61.54%59.22%-
HSV(B)191.72º59.53%84.31%-
XYZ34.6143.7670.91-
YUV162.05157.8874.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.68%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 215 (84.38% from 255) = 43.70%
R=17.68%
G=38.62%
B=43.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal871902150.600.1200.16191.7261.5459.22
Hex57BED73CC010c03e3b
Octal12727632774140203007673
Binary10101111011111011010111111100110001000011000000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #57BED7;
 }
 .AnyTagClassName
 {
   color: #57BED7;
 }
</style>
background-color css

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

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

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

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

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

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