#57BCD3

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

Shades of Viking #57BCD3

Tints of Viking #57BCD3

Color information

#57BCD3 (or 0x57BCD3) is unknown color: approx Viking. HEX triplet: 57, BC and D3. RGB value is (87,188,211). Sum of RGB (Red+Green+Blue) = 87+188+211=486 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.90% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #57BCD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BCD3 is #A8432C. Grayscale: #A0A0A0. Windows color (decimal): -11027245 or 13876311. OLE color: 13876311.

HSL color Cylindrical-coordinate representation of color #57BCD3: hue angle of 191.13º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57BCD3 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB87188211-
CMYK0.590.1100.17
HSL191.13º58.49%58.43%-
HSV(B)191.13º58.77%82.75%-
XYZ33.6742.768.09-
YUV160.42156.5475.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.90%
GREEN value IS 188 (73.83% from 255) = 38.68%
BLUE value IS 211 (82.81% from 255) = 43.42%
R=17.90%
G=38.68%
B=43.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal871882110.590.1100.17191.1358.4958.43
Hex57BCD33BB011bf3a3a
Octal12727432373130212777272
Binary10101111011110011010011111011101101000110111111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,188,211); }

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

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

 a { background-color: rgb(87,188,211); }

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

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

 span { border-color: rgb(87,188,211); }

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