#5FB0BC

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

Shades of Fountain Blue #5FB0BC

Tints of Fountain Blue #5FB0BC

Color information

#5FB0BC (or 0x5FB0BC) is unknown color: approx Fountain Blue. HEX triplet: 5F, B0 and BC. RGB value is (95,176,188). Sum of RGB (Red+Green+Blue) = 95+176+188=459 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.70% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #5FB0BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FB0BC is #A04F43. Grayscale: #999999. Windows color (decimal): -10506052 or 12365919. OLE color: 12365919.

HSL color Cylindrical-coordinate representation of color #5FB0BC: hue angle of 187.74º 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 #5FB0BC is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB95176188-
CMYK0.490.0600.26
HSL187.74º40.97%55.49%-
HSV(B)187.74º49.47%73.73%-
XYZ29.3237.1153.2-
YUV153.15147.6686.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.70%
GREEN value IS 176 (69.14% from 255) = 38.34%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=20.70%
G=38.34%
B=40.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal951761880.490.0600.26187.7440.9755.49
Hex5FB0BC31601Abc2937
Octal1372602746160322745167
Binary1011111101100001011110011000111001101010111100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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