Html Css Color HEX #58B2BC Fountain Blue

📋 copy color: '#58B2BC'

red 88 ◦ green 178 ◦ blue 188

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

Shades of Fountain Blue #58B2BC

Tints of Fountain Blue #58B2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.21%

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

R = 19.38%
G = 39.21%
B = 41.41%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#58B2BC (or 0x58B2BC) is known color: Fountain Blue. HEX triplet: 58, B2 and BC. RGB value is (88,178,188). Sum of RGB (Red+Green+Blue) = 88+178+188=454 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.38% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #58B2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B2BC is #A74D43. Grayscale: #989898. Windows color (decimal): -10964292 or 12366424. OLE color: 12366424.

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

Color convert

RGB 88 178 188 -
CMYK 0.53 0.05 0 0.26
HSL 186º 0.43% 0.54% -
HSV(B) 186º 0.53% 0.74% -
XYZ 29.02 37.55 53.29 -
YUV 152.23 148.18 82.19 -
System Red Green Blue C M Y K H S L
Decimal 88 178 188 0.53 0.05 0 0.26 186 0.43 0.54
Hex 58 B2 BC 35 5 0 1A BA 2B 36
Octal 130 262 274 65 5 0 32 272 53 66
Binary 1011000 10110010 10111100 110101 101 0 11010 10111010 101011 110110

Color Harmonies of #58B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B2BC

Black with #58B2BC

Text Example


Text Example

White with #58B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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