#58B6BC

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

Shades of Fountain Blue #58B6BC

Tints of Fountain Blue #58B6BC

Color information

#58B6BC (or 0x58B6BC) is unknown color: approx Fountain Blue. HEX triplet: 58, B6 and BC. RGB value is (88,182,188). Sum of RGB (Red+Green+Blue) = 88+182+188=458 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.21% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #58B6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B6BC is #A74943. Grayscale: #9A9A9A. Windows color (decimal): -10963268 or 12367448. OLE color: 12367448.

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

Color convert

RGB88182188-
CMYK0.530.0300.26
HSL183.6º42.74%54.12%-
HSV(B)183.6º53.19%73.73%-
XYZ29.8339.1653.56-
YUV154.58146.8680.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.21%
GREEN value IS 182 (71.48% from 255) = 39.74%
BLUE value IS 188 (73.83% from 255) = 41.05%
R=19.21%
G=39.74%
B=41.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881821880.530.0300.26183.642.7454.12
Hex58B6BC35301Ab82b36
Octal1302662746530322705366
Binary101100010110110101111001101011101101010111000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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