#5FB6BE

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

Shades of Fountain Blue #5FB6BE

Tints of Fountain Blue #5FB6BE

Color information

#5FB6BE (or 0x5FB6BE) is unknown color: approx Fountain Blue. HEX triplet: 5F, B6 and BE. RGB value is (95,182,190). Sum of RGB (Red+Green+Blue) = 95+182+190=467 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.34% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #5FB6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB6BE is #A04941. Grayscale: #9C9C9C. Windows color (decimal): -10504514 or 12498527. OLE color: 12498527.

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

Color convert

RGB95182190-
CMYK0.50.0400.25
HSL185.05º42.22%55.88%-
HSV(B)185.05º50%74.51%-
XYZ30.7439.6154.74-
YUV156.9146.6883.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.34%
GREEN value IS 182 (71.48% from 255) = 38.97%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=20.34%
G=38.97%
B=40.69%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951821900.50.0400.25185.0542.2255.88
Hex5FB6BE324019b92a38
Octal1372662766240312715270
Binary1011111101101101011111011001010001100110111001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,182,190); }

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

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

 a { background-color: rgb(95,182,190); }

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

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

 span { border-color: rgb(95,182,190); }

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