#58BABD

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

Shades of Fountain Blue #58BABD

Tints of Fountain Blue #58BABD

Color information

#58BABD (or 0x58BABD) is unknown color: approx Fountain Blue. HEX triplet: 58, BA and BD. RGB value is (88,186,189). Sum of RGB (Red+Green+Blue) = 88+186+189=463 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.01% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #58BABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BABD is #A74542. Grayscale: #9C9C9C. Windows color (decimal): -10962243 or 12434008. OLE color: 12434008.

HSL color Cylindrical-coordinate representation of color #58BABD: hue angle of 181.78º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BABD is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB88186189-
CMYK0.530.0200.26
HSL181.78º43.35%54.31%-
HSV(B)181.78º53.44%74.12%-
XYZ30.7740.8754.41-
YUV157.04146.0378.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.01%
GREEN value IS 186 (73.05% from 255) = 40.17%
BLUE value IS 189 (74.22% from 255) = 40.82%
R=19.01%
G=40.17%
B=40.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881861890.530.0200.26181.7843.3554.31
Hex58BABD35201Ab62b36
Octal1302722756520322665366
Binary101100010111010101111011101011001101010110110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58BABD; }

 p { color: rgb(88,186,189); }

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

<style>
 a { background-color: #58BABD; }

 a { background-color: rgb(88,186,189); }

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

<style>
 span { border-color: #58BABD; }

 span { border-color: rgb(88,186,189); }

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