#5FB5BB

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

Shades of Fountain Blue #5FB5BB

Tints of Fountain Blue #5FB5BB

Color information

#5FB5BB (or 0x5FB5BB) is unknown color: approx Fountain Blue. HEX triplet: 5F, B5 and BB. RGB value is (95,181,187). Sum of RGB (Red+Green+Blue) = 95+181+187=463 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.52% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #5FB5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB5BB is #A04A44. Grayscale: #9B9B9B. Windows color (decimal): -10504773 or 12301663. OLE color: 12301663.

HSL color Cylindrical-coordinate representation of color #5FB5BB: hue angle of 183.91º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FB5BB is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB95181187-
CMYK0.490.0300.27
HSL183.91º40.35%55.29%-
HSV(B)183.91º49.2%73.33%-
XYZ30.2139.0752.96-
YUV155.97145.5184.51-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.52%
GREEN value IS 181 (71.09% from 255) = 39.09%
BLUE value IS 187 (73.44% from 255) = 40.39%
R=20.52%
G=39.09%
B=40.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal951811870.490.0300.27183.9140.3555.29
Hex5FB5BB31301Bb82837
Octal1372652736130332705067
Binary101111110110101101110111100011101101110111000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,181,187); }

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

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

 a { background-color: rgb(95,181,187); }

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

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

 span { border-color: rgb(95,181,187); }

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