#58ACBB

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

Shades of Fountain Blue #58ACBB

Tints of Fountain Blue #58ACBB

Color information

#58ACBB (or 0x58ACBB) is unknown color: approx Fountain Blue. HEX triplet: 58, AC and BB. RGB value is (88,172,187). Sum of RGB (Red+Green+Blue) = 88+172+187=447 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.69% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #58ACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ACBB is #A75344. Grayscale: #949494. Windows color (decimal): -10965829 or 12299352. OLE color: 12299352.

HSL color Cylindrical-coordinate representation of color #58ACBB: hue angle of 189.09º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58ACBB is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB88172187-
CMYK0.530.0800.27
HSL189.09º42.13%53.92%-
HSV(B)189.09º52.94%73.33%-
XYZ27.7535.1752.34-
YUV148.59149.6784.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.69%
GREEN value IS 172 (67.58% from 255) = 38.48%
BLUE value IS 187 (73.44% from 255) = 41.83%
R=19.69%
G=38.48%
B=41.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881721870.530.0800.27189.0942.1353.92
Hex58ACBB35801Bbd2a36
Octal13025427365100332755266
Binary10110001010110010111011110101100001101110111101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,172,187); }

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

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

 a { background-color: rgb(88,172,187); }

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

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

 span { border-color: rgb(88,172,187); }

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