#5fb4bc

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

Shades of Fountain Blue #5FB4BC

Tints of Fountain Blue #5FB4BC

Color information

#5FB4BC (or 0x5FB4BC) is unknown color: approx Fountain Blue. HEX triplet: 5F, B4 and BC. RGB value is (95,180,188). Sum of RGB (Red+Green+Blue) = 95+180+188=463 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.52% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #5FB4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB4BC is #A04B43. Grayscale: #9B9B9B. Windows color (decimal): -10505028 or 12366943. OLE color: 12366943.

HSL color Cylindrical-coordinate representation of color #5FB4BC: hue angle of 185.16º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FB4BC is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB95180188-
CMYK0.490.0400.26
HSL185.16º40.97%55.49%-
HSV(B)185.16º49.47%73.73%-
XYZ30.1238.7153.46-
YUV155.5146.3484.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.52%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 188 (73.83% from 255) = 40.60%
R=20.52%
G=38.88%
B=40.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal951801880.490.0400.26185.1640.9755.49
Hex5FB4BC31401Ab92937
Octal1372642746140322715167
Binary1011111101101001011110011000110001101010111001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fb4bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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