Html Css Color HEX #58AABA Fountain Blue

📋 copy color: '#58AABA'

red 88 ◦ green 170 ◦ blue 186

#58AABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #58AABA

Tints of Fountain Blue #58AABA

RGB

 RED value IS 88 (34.77% from 255) = 19.82%

 GREEN value IS 170 (66.8% from 255) = 38.29%

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 19.82%
G = 38.29%
B = 41.89%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#58AABA (or 0x58AABA) is known color: Fountain Blue. HEX triplet: 58, AA and BA. RGB value is (88,170,186). Sum of RGB (Red+Green+Blue) = 88+170+186=444 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.82% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #58AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AABA is #A75545. Grayscale: #939393. Windows color (decimal): -10966342 or 12233304. OLE color: 12233304.

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

Color convert

RGB 88 170 186 -
CMYK 0.53 0.09 0 0.27
HSL 189.8º 0.42% 0.54% -
HSV(B) 189.8º 0.53% 0.73% -
XYZ 27.26 34.37 51.65 -
YUV 147.31 149.83 85.7 -
System Red Green Blue C M Y K H S L
Decimal 88 170 186 0.53 0.09 0 0.27 189.8 0.42 0.54
Hex 58 AA BA 35 9 0 1B BE 2A 36
Octal 130 252 272 65 11 0 33 276 52 66
Binary 1011000 10101010 10111010 110101 1001 0 11011 10111110 101010 110110

Color Harmonies of #58AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AABA

Black with #58AABA

Text Example


Text Example

White with #58AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58AABA;
 }
 .AnyTagClassName
 {
   color: #58AABA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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