Html Css Color HEX #58ABBB Fountain Blue

📋 copy color: '#58ABBB'

red 88 ◦ green 171 ◦ blue 187

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

Shades of Fountain Blue #58ABBB

Tints of Fountain Blue #58ABBB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.34%

 BLUE value IS 187 (73.44% from 255) = 41.93%

R = 19.73%
G = 38.34%
B = 41.93%

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

#58ABBB (or 0x58ABBB) is known color: Fountain Blue. HEX triplet: 58, AB and BB. RGB value is (88,171,187). Sum of RGB (Red+Green+Blue) = 88+171+187=446 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.73% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #58ABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ABBB is #A75444. Grayscale: #939393. Windows color (decimal): -10966085 or 12299096. OLE color: 12299096.

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

Color convert

RGB 88 171 187 -
CMYK 0.53 0.09 0 0.27
HSL 189.7º 0.42% 0.54% -
HSV(B) 189.7º 0.53% 0.73% -
XYZ 27.56 34.79 52.28 -
YUV 148.01 150 85.2 -
System Red Green Blue C M Y K H S L
Decimal 88 171 187 0.53 0.09 0 0.27 189.7 0.42 0.54
Hex 58 AB BB 35 9 0 1B BE 2A 36
Octal 130 253 273 65 11 0 33 276 52 66
Binary 1011000 10101011 10111011 110101 1001 0 11011 10111110 101010 110110

Color Harmonies of #58ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ABBB

Black with #58ABBB

Text Example


Text Example

White with #58ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,171,187); }

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

background-color css

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

 a { background-color: rgb(88,171,187); }

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

border-color css

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

 span { border-color: rgb(88,171,187); }

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