Html Css Color HEX #58ADB3 Fountain Blue

📋 copy color: '#58ADB3'

red 88 ◦ green 173 ◦ blue 179

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

Shades of Fountain Blue #58ADB3

Tints of Fountain Blue #58ADB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.68%

R = 20%
G = 39.32%
B = 40.68%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#58ADB3 (or 0x58ADB3) is known color: Fountain Blue. HEX triplet: 58, AD and B3. RGB value is (88,173,179). Sum of RGB (Red+Green+Blue) = 88+173+179=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 179 - color contains mainly: blue. Hex color #58ADB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ADB3 is #A7524C. Grayscale: #949494. Windows color (decimal): -10965581 or 11775320. OLE color: 11775320.

HSL color Cylindrical-coordinate representation of color #58ADB3: hue angle of 183.96º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58ADB3 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 88 173 179 -
CMYK 0.51 0.03 0 0.30
HSL 183.96º 0.37% 0.52% -
HSV(B) 183.96º 0.51% 0.7% -
XYZ 27.1 35.22 48.02 -
YUV 148.27 145.34 85.01 -
System Red Green Blue C M Y K H S L
Decimal 88 173 179 0.51 0.03 0 0.30 183.96 0.37 0.52
Hex 58 AD B3 33 3 0 1E B8 25 34
Octal 130 255 263 63 3 0 36 270 45 64
Binary 1011000 10101101 10110011 110011 11 0 11110 10111000 100101 110100

Color Harmonies of #58ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ADB3

Black with #58ADB3

Text Example


Text Example

White with #58ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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