Html Css Color HEX #58B1BC Fountain Blue

📋 copy color: '#58B1BC'

red 88 ◦ green 177 ◦ blue 188

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

Shades of Fountain Blue #58B1BC

Tints of Fountain Blue #58B1BC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.07%

 BLUE value IS 188 (73.83% from 255) = 41.5%

R = 19.43%
G = 39.07%
B = 41.5%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#58B1BC (or 0x58B1BC) is known color: Fountain Blue. HEX triplet: 58, B1 and BC. RGB value is (88,177,188). Sum of RGB (Red+Green+Blue) = 88+177+188=453 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.43% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #58B1BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B1BC is #A74E43. Grayscale: #979797. Windows color (decimal): -10964548 or 12366168. OLE color: 12366168.

HSL color Cylindrical-coordinate representation of color #58B1BC: hue angle of 186.6º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58B1BC is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 177 188 -
CMYK 0.53 0.06 0 0.26
HSL 186.6º 0.43% 0.54% -
HSV(B) 186.6º 0.53% 0.74% -
XYZ 28.82 37.15 53.23 -
YUV 151.64 148.51 82.61 -
System Red Green Blue C M Y K H S L
Decimal 88 177 188 0.53 0.06 0 0.26 186.6 0.43 0.54
Hex 58 B1 BC 35 6 0 1A BB 2B 36
Octal 130 261 274 65 6 0 32 273 53 66
Binary 1011000 10110001 10111100 110101 110 0 11010 10111011 101011 110110

Color Harmonies of #58B1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B1BC

Black with #58B1BC

Text Example


Text Example

White with #58B1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,177,188); }

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

background-color css

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

 a { background-color: rgb(88,177,188); }

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

border-color css

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

 span { border-color: rgb(88,177,188); }

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