#58AFBA

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

Shades of Fountain Blue #58AFBA

Tints of Fountain Blue #58AFBA

Color information

#58AFBA (or 0x58AFBA) is unknown color: approx Fountain Blue. HEX triplet: 58, AF and BA. RGB value is (88,175,186). Sum of RGB (Red+Green+Blue) = 88+175+186=449 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.60% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #58AFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AFBA is #A75045. Grayscale: #969696. Windows color (decimal): -10965062 or 12234584. OLE color: 12234584.

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

Color convert

RGB88175186-
CMYK0.530.0600.27
HSL186.73º41.53%53.73%-
HSV(B)186.73º52.69%72.94%-
XYZ28.2236.2851.97-
YUV150.24148.1883.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.60%
GREEN value IS 175 (68.75% from 255) = 38.98%
BLUE value IS 186 (73.05% from 255) = 41.43%
R=19.60%
G=38.98%
B=41.43%

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
Decimal881751860.530.0600.27186.7341.5353.73
Hex58AFBA35601Bbb2a36
Octal1302572726560332735266
Binary1011000101011111011101011010111001101110111011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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