#5FB8BF

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

Shades of Fountain Blue #5FB8BF

Tints of Fountain Blue #5FB8BF

Color information

#5FB8BF (or 0x5FB8BF) is unknown color: approx Fountain Blue. HEX triplet: 5F, B8 and BF. RGB value is (95,184,191). Sum of RGB (Red+Green+Blue) = 95+184+191=470 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.21% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #5FB8BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB8BF is #A04740. Grayscale: #9E9E9E. Windows color (decimal): -10504001 or 12564575. OLE color: 12564575.

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

Color convert

RGB95184191-
CMYK0.500.0400.25
HSL184.38º42.86%56.08%-
HSV(B)184.38º50.26%74.9%-
XYZ31.2640.4855.45-
YUV158.19146.5182.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.21%
GREEN value IS 184 (72.27% from 255) = 39.15%
BLUE value IS 191 (75% from 255) = 40.64%
R=20.21%
G=39.15%
B=40.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951841910.500.0400.25184.3842.8656.08
Hex5FB8BF324019b82b38
Octal1372702776240312705370
Binary1011111101110001011111111001010001100110111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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