#5FAAAF

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

Shades of Fountain Blue #5FAAAF

Tints of Fountain Blue #5FAAAF

Color information

#5FAAAF (or 0x5FAAAF) is unknown color: approx Fountain Blue. HEX triplet: 5F, AA and AF. RGB value is (95,170,175). Sum of RGB (Red+Green+Blue) = 95+170+175=440 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.59% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 175 - color contains mainly: blue. Hex color #5FAAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAAAF is #A05550. Grayscale: #949494. Windows color (decimal): -10507601 or 11512415. OLE color: 11512415.

HSL color Cylindrical-coordinate representation of color #5FAAAF: hue angle of 183.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FAAAF is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB95170175-
CMYK0.460.0300.31
HSL183.75º33.33%52.94%-
HSV(B)183.75º45.71%68.63%-
XYZ26.8334.2845.76-
YUV148.14143.1590.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.59%
GREEN value IS 170 (66.80% from 255) = 38.64%
BLUE value IS 175 (68.75% from 255) = 39.77%
R=21.59%
G=38.64%
B=39.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951701750.460.0300.31183.7533.3352.94
Hex5FAAAF2E301Fb82135
Octal1372522575630372704165
Binary101111110101010101011111011101101111110111000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,170,175); }

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

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

 a { background-color: rgb(95,170,175); }

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

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

 span { border-color: rgb(95,170,175); }

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