Html Css Color HEX #58ADB9 Fountain Blue

📋 copy color: '#58ADB9'

red 88 ◦ green 173 ◦ blue 185

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

Shades of Fountain Blue #58ADB9

Tints of Fountain Blue #58ADB9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.79%

 BLUE value IS 185 (72.66% from 255) = 41.48%

R = 19.73%
G = 38.79%
B = 41.48%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#58ADB9 (or 0x58ADB9) is known color: Fountain Blue. HEX triplet: 58, AD and B9. RGB value is (88,173,185). Sum of RGB (Red+Green+Blue) = 88+173+185=446 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.73% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #58ADB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ADB9 is #A75246. Grayscale: #949494. Windows color (decimal): -10965575 or 12168536. OLE color: 12168536.

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

Color convert

RGB 88 173 185 -
CMYK 0.52 0.06 0 0.27
HSL 187.42º 0.41% 0.54% -
HSV(B) 187.42º 0.52% 0.73% -
XYZ 27.73 35.46 51.28 -
YUV 148.95 148.34 84.52 -
System Red Green Blue C M Y K H S L
Decimal 88 173 185 0.52 0.06 0 0.27 187.42 0.41 0.54
Hex 58 AD B9 34 6 0 1B BB 29 36
Octal 130 255 271 64 6 0 33 273 51 66
Binary 1011000 10101101 10111001 110100 110 0 11011 10111011 101001 110110

Color Harmonies of #58ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ADB9

Black with #58ADB9

Text Example


Text Example

White with #58ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,173,185); }

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

background-color css

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

 a { background-color: rgb(88,173,185); }

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

border-color css

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

 span { border-color: rgb(88,173,185); }

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