#58B2BC

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

Shades of Fountain Blue #58B2BC

Tints of Fountain Blue #58B2BC

Color information

#58B2BC (or 0x58B2BC) is unknown color: approx Fountain Blue. HEX triplet: 58, B2 and BC. RGB value is (88,178,188). Sum of RGB (Red+Green+Blue) = 88+178+188=454 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.38% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #58B2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B2BC is #A74D43. Grayscale: #989898. Windows color (decimal): -10964292 or 12366424. OLE color: 12366424.

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

Color convert

RGB88178188-
CMYK0.530.0500.26
HSL186º42.74%54.12%-
HSV(B)186º53.19%73.73%-
XYZ29.0237.5553.29-
YUV152.23148.1882.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.38%
GREEN value IS 178 (69.92% from 255) = 39.21%
BLUE value IS 188 (73.83% from 255) = 41.41%
R=19.38%
G=39.21%
B=41.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881781880.530.0500.2618642.7454.12
Hex58B2BC35501Aba2b36
Octal1302622746550322725366
Binary1011000101100101011110011010110101101010111010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,178,188); }

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

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

 a { background-color: rgb(88,178,188); }

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

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

 span { border-color: rgb(88,178,188); }

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