#5FB5BF

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

Shades of Fountain Blue #5FB5BF

Tints of Fountain Blue #5FB5BF

Color information

#5FB5BF (or 0x5FB5BF) is unknown color: approx Fountain Blue. HEX triplet: 5F, B5 and BF. RGB value is (95,181,191). Sum of RGB (Red+Green+Blue) = 95+181+191=467 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.34% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #5FB5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB5BF is #A04A40. Grayscale: #9C9C9C. Windows color (decimal): -10504769 or 12563807. OLE color: 12563807.

HSL color Cylindrical-coordinate representation of color #5FB5BF: hue angle of 186.25º 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 #5FB5BF is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB95181191-
CMYK0.500.0500.25
HSL186.25º42.86%56.08%-
HSV(B)186.25º50.26%74.9%-
XYZ30.6539.2455.25-
YUV156.43147.5184.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.34%
GREEN value IS 181 (71.09% from 255) = 38.76%
BLUE value IS 191 (75% from 255) = 40.90%
R=20.34%
G=38.76%
B=40.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951811910.500.0500.25186.2542.8656.08
Hex5FB5BF325019ba2b38
Octal1372652776250312725370
Binary1011111101101011011111111001010101100110111010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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