#58AEBA

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

Shades of Fountain Blue #58AEBA

Tints of Fountain Blue #58AEBA

Color information

#58AEBA (or 0x58AEBA) is unknown color: approx Fountain Blue. HEX triplet: 58, AE and BA. RGB value is (88,174,186). Sum of RGB (Red+Green+Blue) = 88+174+186=448 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.64% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #58AEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AEBA is #A75145. Grayscale: #959595. Windows color (decimal): -10965318 or 12234328. OLE color: 12234328.

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

Color convert

RGB88174186-
CMYK0.530.0600.27
HSL187.35º41.53%53.73%-
HSV(B)187.35º52.69%72.94%-
XYZ28.0235.8951.91-
YUV149.65148.5184.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.64%
GREEN value IS 174 (68.36% from 255) = 38.84%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=19.64%
G=38.84%
B=41.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881741860.530.0600.27187.3541.5353.73
Hex58AEBA35601Bbb2a36
Octal1302562726560332735266
Binary1011000101011101011101011010111001101110111011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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