#57BBC9

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

Shades of Viking #57BBC9

Tints of Viking #57BBC9

Color information

#57BBC9 (or 0x57BBC9) is unknown color: approx Viking. HEX triplet: 57, BB and C9. RGB value is (87,187,201). Sum of RGB (Red+Green+Blue) = 87+187+201=475 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.32% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #57BBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BBC9 is #A84436. Grayscale: #9E9E9E. Windows color (decimal): -11027511 or 13220695. OLE color: 13220695.

HSL color Cylindrical-coordinate representation of color #57BBC9: hue angle of 187.37º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57BBC9 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB87187201-
CMYK0.570.0700.21
HSL187.37º51.35%56.47%-
HSV(B)187.37º56.72%78.82%-
XYZ32.2441.7861.62-
YUV158.7151.8776.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.32%
GREEN value IS 187 (73.44% from 255) = 39.37%
BLUE value IS 201 (78.91% from 255) = 42.32%
R=18.32%
G=39.37%
B=42.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal871872010.570.0700.21187.3751.3556.47
Hex57BBC9397015bb3338
Octal1272733117170252736370
Binary1010111101110111100100111100111101010110111011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,187,201); }

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

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

 a { background-color: rgb(87,187,201); }

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

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

 span { border-color: rgb(87,187,201); }

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