#5FACB7

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

Shades of Fountain Blue #5FACB7

Tints of Fountain Blue #5FACB7

Color information

#5FACB7 (or 0x5FACB7) is unknown color: approx Fountain Blue. HEX triplet: 5F, AC and B7. RGB value is (95,172,183). Sum of RGB (Red+Green+Blue) = 95+172+183=450 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.11% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 183 - color contains mainly: blue. Hex color #5FACB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FACB7 is #A05348. Grayscale: #969696. Windows color (decimal): -10507081 or 12037215. OLE color: 12037215.

HSL color Cylindrical-coordinate representation of color #5FACB7: hue angle of 187.5º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FACB7 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB95172183-
CMYK0.480.0600.28
HSL187.5º37.93%54.51%-
HSV(B)187.5º48.09%71.76%-
XYZ28.0235.3650.15-
YUV150.23146.4988.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.11%
GREEN value IS 172 (67.58% from 255) = 38.22%
BLUE value IS 183 (71.88% from 255) = 40.67%
R=21.11%
G=38.22%
B=40.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal951721830.480.0600.28187.537.9354.51
Hex5FACB730601Cbc2637
Octal1372542676060342744667
Binary1011111101011001011011111000011001110010111100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,172,183); }

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

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

 a { background-color: rgb(95,172,183); }

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

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

 span { border-color: rgb(95,172,183); }

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