#57B3B9

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

Shades of Fountain Blue #57B3B9

Tints of Fountain Blue #57B3B9

Color information

#57B3B9 (or 0x57B3B9) is unknown color: approx Fountain Blue. HEX triplet: 57, B3 and B9. RGB value is (87,179,185). Sum of RGB (Red+Green+Blue) = 87+179+185=451 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.29% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 185 - color contains mainly: blue. Hex color #57B3B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B3B9 is #A84C46. Grayscale: #989898. Windows color (decimal): -11029575 or 12170071. OLE color: 12170071.

HSL color Cylindrical-coordinate representation of color #57B3B9: hue angle of 183.67º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57B3B9 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB87179185-
CMYK0.530.0300.27
HSL183.67º41.18%53.33%-
HSV(B)183.67º52.97%72.55%-
XYZ28.8137.7751.67-
YUV152.18146.5281.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.29%
GREEN value IS 179 (70.31% from 255) = 39.69%
BLUE value IS 185 (72.66% from 255) = 41.02%
R=19.29%
G=39.69%
B=41.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871791850.530.0300.27183.6741.1853.33
Hex57B3B935301Bb82935
Octal1272632716530332705165
Binary101011110110011101110011101011101101110111000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,179,185); }

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

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

 a { background-color: rgb(87,179,185); }

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

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

 span { border-color: rgb(87,179,185); }

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