#5FBDBE

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

Shades of Fountain Blue #5FBDBE

Tints of Fountain Blue #5FBDBE

Color information

#5FBDBE (or 0x5FBDBE) is unknown color: approx Fountain Blue. HEX triplet: 5F, BD and BE. RGB value is (95,189,190). Sum of RGB (Red+Green+Blue) = 95+189+190=474 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.04% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #5FBDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBDBE is #A04241. Grayscale: #A0A0A0. Windows color (decimal): -10502722 or 12500319. OLE color: 12500319.

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

Color convert

RGB95189190-
CMYK0.50.0100.25
HSL180.63º42.22%55.88%-
HSV(B)180.63º50%74.51%-
XYZ32.2142.5555.23-
YUV161.01144.3680.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.04%
GREEN value IS 189 (74.22% from 255) = 39.87%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=20.04%
G=39.87%
B=40.08%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951891900.50.0100.25180.6342.2255.88
Hex5FBDBE321019b52a38
Octal1372752766210312655270
Binary10111111011110110111110110010101100110110101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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