Html Css Color HEX #58ACB4 Fountain Blue

📋 copy color: '#58ACB4'

red 88 ◦ green 172 ◦ blue 180

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

Shades of Fountain Blue #58ACB4

Tints of Fountain Blue #58ACB4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.09%

 BLUE value IS 180 (70.7% from 255) = 40.91%

R = 20%
G = 39.09%
B = 40.91%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#58ACB4 (or 0x58ACB4) is known color: Fountain Blue. HEX triplet: 58, AC and B4. RGB value is (88,172,180). Sum of RGB (Red+Green+Blue) = 88+172+180=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #58ACB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ACB4 is #A7534B. Grayscale: #939393. Windows color (decimal): -10965836 or 11840600. OLE color: 11840600.

HSL color Cylindrical-coordinate representation of color #58ACB4: hue angle of 185.22º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58ACB4 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 88 172 180 -
CMYK 0.51 0.04 0 0.29
HSL 185.22º 0.38% 0.53% -
HSV(B) 185.22º 0.51% 0.71% -
XYZ 27.02 34.88 48.49 -
YUV 147.8 146.17 85.35 -
System Red Green Blue C M Y K H S L
Decimal 88 172 180 0.51 0.04 0 0.29 185.22 0.38 0.53
Hex 58 AC B4 33 4 0 1D B9 26 35
Octal 130 254 264 63 4 0 35 271 46 65
Binary 1011000 10101100 10110100 110011 100 0 11101 10111001 100110 110101

Color Harmonies of #58ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ACB4

Black with #58ACB4

Text Example


Text Example

White with #58ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,172,180); }

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

background-color css

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

 a { background-color: rgb(88,172,180); }

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

border-color css

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

 span { border-color: rgb(88,172,180); }

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