#5FAFBF

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

Shades of Fountain Blue #5FAFBF

Tints of Fountain Blue #5FAFBF

Color information

#5FAFBF (or 0x5FAFBF) is unknown color: approx Fountain Blue. HEX triplet: 5F, AF and BF. RGB value is (95,175,191). Sum of RGB (Red+Green+Blue) = 95+175+191=461 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.61% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #5FAFBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAFBF is #A05040. Grayscale: #989898. Windows color (decimal): -10506305 or 12562271. OLE color: 12562271.

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

Color convert

RGB95175191-
CMYK0.500.0800.25
HSL190º42.86%56.08%-
HSV(B)190º50.26%74.9%-
XYZ29.4536.8554.85-
YUV152.9149.586.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.61%
GREEN value IS 175 (68.75% from 255) = 37.96%
BLUE value IS 191 (75% from 255) = 41.43%
R=20.61%
G=37.96%
B=41.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951751910.500.0800.2519042.8656.08
Hex5FAFBF328019be2b38
Octal13725727762100312765370
Binary10111111010111110111111110010100001100110111110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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