#5FB4BF

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

Shades of Fountain Blue #5FB4BF

Tints of Fountain Blue #5FB4BF

Color information

#5FB4BF (or 0x5FB4BF) is unknown color: approx Fountain Blue. HEX triplet: 5F, B4 and BF. RGB value is (95,180,191). Sum of RGB (Red+Green+Blue) = 95+180+191=466 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.39% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #5FB4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB4BF is #A04B40. Grayscale: #9B9B9B. Windows color (decimal): -10505025 or 12563551. OLE color: 12563551.

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

Color convert

RGB95180191-
CMYK0.500.0600.25
HSL186.88º42.86%56.08%-
HSV(B)186.88º50.26%74.9%-
XYZ30.4438.8455.18-
YUV155.84147.8484.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.39%
GREEN value IS 180 (70.70% from 255) = 38.63%
BLUE value IS 191 (75% from 255) = 40.99%
R=20.39%
G=38.63%
B=40.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951801910.500.0600.25186.8842.8656.08
Hex5FB4BF326019bb2b38
Octal1372642776260312735370
Binary1011111101101001011111111001011001100110111011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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