Html Css Color HEX #58BBB9 Fountain Blue

📋 copy color: '#58BBB9'

red 88 ◦ green 187 ◦ blue 185

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

Shades of Fountain Blue #58BBB9

Tints of Fountain Blue #58BBB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.22%

R = 19.13%
G = 40.65%
B = 40.22%

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

#58BBB9 (or 0x58BBB9) is known color: Fountain Blue. HEX triplet: 58, BB and B9. RGB value is (88,187,185). Sum of RGB (Red+Green+Blue) = 88+187+185=460 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.13% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #58BBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BBB9 is #A74446. Grayscale: #9D9D9D. Windows color (decimal): -10961991 or 12172120. OLE color: 12172120.

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

Color convert

RGB 88 187 185 -
CMYK 0.53 0 0.01 0.27
HSL 178.79º 0.42% 0.54% -
HSV(B) 178.79º 0.53% 0.73% -
XYZ 30.55 41.12 52.23 -
YUV 157.17 143.7 78.66 -
System Red Green Blue C M Y K H S L
Decimal 88 187 185 0.53 0 0.01 0.27 178.79 0.42 0.54
Hex 58 BB B9 35 0 1 1B B3 2A 36
Octal 130 273 271 65 0 1 33 263 52 66
Binary 1011000 10111011 10111001 110101 0 1 11011 10110011 101010 110110

Color Harmonies of #58BBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BBB9

Black with #58BBB9

Text Example


Text Example

White with #58BBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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