Html Css Color HEX #58BAB8 Fountain Blue

📋 copy color: '#58BAB8'

red 88 ◦ green 186 ◦ blue 184

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

Shades of Fountain Blue #58BAB8

Tints of Fountain Blue #58BAB8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.61%

 BLUE value IS 184 (72.27% from 255) = 40.17%

R = 19.21%
G = 40.61%
B = 40.17%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#58BAB8 (or 0x58BAB8) is known color: Fountain Blue. HEX triplet: 58, BA and B8. RGB value is (88,186,184). Sum of RGB (Red+Green+Blue) = 88+186+184=458 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.21% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #58BAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BAB8 is #A74547. Grayscale: #9C9C9C. Windows color (decimal): -10962248 or 12106328. OLE color: 12106328.

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

Color convert

RGB 88 186 184 -
CMYK 0.53 0 0.01 0.27
HSL 178.78º 0.42% 0.54% -
HSV(B) 178.78º 0.53% 0.73% -
XYZ 30.24 40.65 51.6 -
YUV 156.47 143.53 79.16 -
System Red Green Blue C M Y K H S L
Decimal 88 186 184 0.53 0 0.01 0.27 178.78 0.42 0.54
Hex 58 BA B8 35 0 1 1B B3 2A 36
Octal 130 272 270 65 0 1 33 263 52 66
Binary 1011000 10111010 10111000 110101 0 1 11011 10110011 101010 110110

Color Harmonies of #58BAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BAB8

Black with #58BAB8

Text Example


Text Example

White with #58BAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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