Html Css Color HEX #58A8BA Fountain Blue

📋 copy color: '#58A8BA'

red 88 ◦ green 168 ◦ blue 186

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

Shades of Fountain Blue #58A8BA

Tints of Fountain Blue #58A8BA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.01%

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

R = 19.91%
G = 38.01%
B = 42.08%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#58A8BA (or 0x58A8BA) is known color: Fountain Blue. HEX triplet: 58, A8 and BA. RGB value is (88,168,186). Sum of RGB (Red+Green+Blue) = 88+168+186=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #58A8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A8BA is #A75745. Grayscale: #919191. Windows color (decimal): -10966854 or 12232792. OLE color: 12232792.

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

Color convert

RGB 88 168 186 -
CMYK 0.53 0.10 0 0.27
HSL 191.02º 0.42% 0.54% -
HSV(B) 191.02º 0.53% 0.73% -
XYZ 26.89 33.63 51.53 -
YUV 146.13 150.5 86.54 -
System Red Green Blue C M Y K H S L
Decimal 88 168 186 0.53 0.10 0 0.27 191.02 0.42 0.54
Hex 58 A8 BA 35 A 0 1B BF 2A 36
Octal 130 250 272 65 12 0 33 277 52 66
Binary 1011000 10101000 10111010 110101 1010 0 11011 10111111 101010 110110

Color Harmonies of #58A8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A8BA

Black with #58A8BA

Text Example


Text Example

White with #58A8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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