Html Css Color HEX #58B3B9 Fountain Blue

📋 copy color: '#58B3B9'

red 88 ◦ green 179 ◦ blue 185

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

Shades of Fountain Blue #58B3B9

Tints of Fountain Blue #58B3B9

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.6%

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

R = 19.47%
G = 39.6%
B = 40.93%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#58B3B9 (or 0x58B3B9) is known color: Fountain Blue. HEX triplet: 58, B3 and B9. RGB value is (88,179,185). Sum of RGB (Red+Green+Blue) = 88+179+185=452 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.47% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 185 - color contains mainly: blue. Hex color #58B3B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B3B9 is #A74C46. Grayscale: #989898. Windows color (decimal): -10964039 or 12170072. OLE color: 12170072.

HSL color Cylindrical-coordinate representation of color #58B3B9: hue angle of 183.71º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58B3B9 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 179 185 -
CMYK 0.52 0.03 0 0.27
HSL 183.71º 0.41% 0.54% -
HSV(B) 183.71º 0.52% 0.73% -
XYZ 28.9 37.82 51.68 -
YUV 152.48 146.35 82.01 -
System Red Green Blue C M Y K H S L
Decimal 88 179 185 0.52 0.03 0 0.27 183.71 0.41 0.54
Hex 58 B3 B9 34 3 0 1B B8 29 36
Octal 130 263 271 64 3 0 33 270 51 66
Binary 1011000 10110011 10111001 110100 11 0 11011 10111000 101001 110110

Color Harmonies of #58B3B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B3B9

Black with #58B3B9

Text Example


Text Example

White with #58B3B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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