#58BDB8

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

Shades of Fountain Blue #58BDB8

Tints of Fountain Blue #58BDB8

Color information

#58BDB8 (or 0x58BDB8) is unknown color: approx Fountain Blue. HEX triplet: 58, BD and B8. RGB value is (88,189,184). Sum of RGB (Red+Green+Blue) = 88+189+184=461 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.09% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #58BDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BDB8 is #A74247. Grayscale: #9E9E9E. Windows color (decimal): -10961480 or 12107096. OLE color: 12107096.

HSL color Cylindrical-coordinate representation of color #58BDB8: hue angle of 177.03º 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 #58BDB8 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB88189184-
CMYK0.5300.030.26
HSL177.03º43.35%54.31%-
HSV(B)177.03º53.44%74.12%-
XYZ30.8741.9351.81-
YUV158.23142.5477.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.09%
GREEN value IS 189 (74.22% from 255) = 41.00%
BLUE value IS 184 (72.27% from 255) = 39.91%
R=19.09%
G=41.00%
B=39.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881891840.5300.030.26177.0343.3554.31
Hex58BDB835031Ab12b36
Octal1302752706503322615366
Binary101100010111101101110001101010111101010110001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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