#5FB1BF

Color #5FB1BF Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #5FB1BF

Tints of Fountain Blue #5FB1BF

Color information

#5FB1BF (or 0x5FB1BF) is unknown color: approx Fountain Blue. HEX triplet: 5F, B1 and BF. RGB value is (95,177,191). Sum of RGB (Red+Green+Blue) = 95+177+191=463 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.52% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #5FB1BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FB1BF is #A04E40. Grayscale: #999999. Windows color (decimal): -10505793 or 12562783. OLE color: 12562783.

HSL color Cylindrical-coordinate representation of color #5FB1BF: hue angle of 188.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FB1BF is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB95177191-
CMYK0.500.0700.25
HSL188.75º42.86%56.08%-
HSV(B)188.75º50.26%74.9%-
XYZ29.8537.6454.98-
YUV154.08148.8385.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.52%
GREEN value IS 177 (69.53% from 255) = 38.23%
BLUE value IS 191 (75% from 255) = 41.25%
R=20.52%
G=38.23%
B=41.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951771910.500.0700.25188.7542.8656.08
Hex5FB1BF327019bd2b38
Octal1372612776270312755370
Binary1011111101100011011111111001011101100110111101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FB1BF; }

 p { color: rgb(95,177,191); }

 H1.HeaderClassName
 {
   color: #5FB1BF;
 }
 .AnyTagClassName
 {
   color: #5FB1BF;
 }
</style>
background-color css

<style>
 a { background-color: #5FB1BF; }

 a { background-color: rgb(95,177,191); }

 div.DivClassName
 {
   background-color: #5FB1BF;
 }
 .BgClassName
 {
   background-color: #5FB1BF;
 }
</style>
border-color css

<style>
 span { border-color: #5FB1BF; }

 span { border-color: rgb(95,177,191); }

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