#5FBCBD

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

Shades of Fountain Blue #5FBCBD

Tints of Fountain Blue #5FBCBD

Color information

#5FBCBD (or 0x5FBCBD) is unknown color: approx Fountain Blue. HEX triplet: 5F, BC and BD. RGB value is (95,188,189). Sum of RGB (Red+Green+Blue) = 95+188+189=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #5FBCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBCBD is #A04342. Grayscale: #A0A0A0. Windows color (decimal): -10502979 or 12434527. OLE color: 12434527.

HSL color Cylindrical-coordinate representation of color #5FBCBD: hue angle of 180.64º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBCBD is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB95188189-
CMYK0.500.0100.26
HSL180.64º41.59%55.69%-
HSV(B)180.64º49.74%74.12%-
XYZ31.8942.0754.58-
YUV160.31144.1981.42-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.13%
GREEN value IS 188 (73.83% from 255) = 39.83%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=20.13%
G=39.83%
B=40.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal951881890.500.0100.26180.6441.5955.69
Hex5FBCBD32101Ab52a38
Octal1372742756210322655270
Binary10111111011110010111101110010101101010110101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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