Html Css Color HEX #58B8BD Fountain Blue

📋 copy color: '#58B8BD'

red 88 ◦ green 184 ◦ blue 189

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

Shades of Fountain Blue #58B8BD

Tints of Fountain Blue #58B8BD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.91%

 BLUE value IS 189 (74.22% from 255) = 41%

R = 19.09%
G = 39.91%
B = 41%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#58B8BD (or 0x58B8BD) is known color: Fountain Blue. HEX triplet: 58, B8 and BD. RGB value is (88,184,189). Sum of RGB (Red+Green+Blue) = 88+184+189=461 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.09% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #58B8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B8BD is #A74742. Grayscale: #9B9B9B. Windows color (decimal): -10962755 or 12433496. OLE color: 12433496.

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

Color convert

RGB 88 184 189 -
CMYK 0.53 0.03 0 0.26
HSL 182.97º 0.43% 0.54% -
HSV(B) 182.97º 0.53% 0.74% -
XYZ 30.35 40.03 54.27 -
YUV 155.87 146.7 79.59 -
System Red Green Blue C M Y K H S L
Decimal 88 184 189 0.53 0.03 0 0.26 182.97 0.43 0.54
Hex 58 B8 BD 35 3 0 1A B7 2B 36
Octal 130 270 275 65 3 0 32 267 53 66
Binary 1011000 10111000 10111101 110101 11 0 11010 10110111 101011 110110

Color Harmonies of #58B8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B8BD

Black with #58B8BD

Text Example


Text Example

White with #58B8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,184,189); }

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

background-color css

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

 a { background-color: rgb(88,184,189); }

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

border-color css

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

 span { border-color: rgb(88,184,189); }

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