Html Css Color HEX #58BBBC Fountain Blue

📋 copy color: '#58BBBC'

red 88 ◦ green 187 ◦ blue 188

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

Shades of Fountain Blue #58BBBC

Tints of Fountain Blue #58BBBC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.39%

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

R = 19.01%
G = 40.39%
B = 40.6%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#58BBBC (or 0x58BBBC) is known color: Fountain Blue. HEX triplet: 58, BB and BC. RGB value is (88,187,188). Sum of RGB (Red+Green+Blue) = 88+187+188=463 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.01% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #58BBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BBBC is #A74443. Grayscale: #9D9D9D. Windows color (decimal): -10961988 or 12368728. OLE color: 12368728.

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

Color convert

RGB 88 187 188 -
CMYK 0.53 0.01 0 0.26
HSL 180.6º 0.43% 0.54% -
HSV(B) 180.6º 0.53% 0.74% -
XYZ 30.87 41.25 53.91 -
YUV 157.51 145.2 78.42 -
System Red Green Blue C M Y K H S L
Decimal 88 187 188 0.53 0.01 0 0.26 180.6 0.43 0.54
Hex 58 BB BC 35 1 0 1A B5 2B 36
Octal 130 273 274 65 1 0 32 265 53 66
Binary 1011000 10111011 10111100 110101 1 0 11010 10110101 101011 110110

Color Harmonies of #58BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BBBC

Black with #58BBBC

Text Example


Text Example

White with #58BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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