#57BDCF

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

Shades of Viking #57BDCF

Tints of Viking #57BDCF

Color information

#57BDCF (or 0x57BDCF) is unknown color: approx Viking. HEX triplet: 57, BD and CF. RGB value is (87,189,207). Sum of RGB (Red+Green+Blue) = 87+189+207=483 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.01% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #57BDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BDCF is #A84230. Grayscale: #A0A0A0. Windows color (decimal): -11026993 or 13614423. OLE color: 13614423.

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

Color convert

RGB87189207-
CMYK0.580.0900.19
HSL189º55.56%57.65%-
HSV(B)189º57.97%81.18%-
XYZ33.3942.9365.56-
YUV160.55154.2175.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.01%
GREEN value IS 189 (74.22% from 255) = 39.13%
BLUE value IS 207 (81.25% from 255) = 42.86%
R=18.01%
G=39.13%
B=42.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal871892070.580.0900.1918955.5657.65
Hex57BDCF3A9013bd383a
Octal12727531772110232757072
Binary10101111011110111001111111010100101001110111101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,189,207); }

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

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

 a { background-color: rgb(87,189,207); }

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

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

 span { border-color: rgb(87,189,207); }

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