#5FADAE

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

Shades of Fountain Blue #5FADAE

Tints of Fountain Blue #5FADAE

Color information

#5FADAE (or 0x5FADAE) is unknown color: approx Fountain Blue. HEX triplet: 5F, AD and AE. RGB value is (95,173,174). Sum of RGB (Red+Green+Blue) = 95+173+174=442 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.49% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #5FADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FADAE is #A05251. Grayscale: #959595. Windows color (decimal): -10506834 or 11447647. OLE color: 11447647.

HSL color Cylindrical-coordinate representation of color #5FADAE: hue angle of 180.76º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FADAE is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB95173174-
CMYK0.450.0100.32
HSL180.76º32.78%52.75%-
HSV(B)180.76º45.4%68.24%-
XYZ27.335.3845.43-
YUV149.79141.6688.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.49%
GREEN value IS 173 (67.97% from 255) = 39.14%
BLUE value IS 174 (68.36% from 255) = 39.37%
R=21.49%
G=39.14%
B=39.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951731740.450.0100.32180.7632.7852.75
Hex5FADAE2D1020b52135
Octal1372552565510402654165
Binary101111110101101101011101011011010000010110101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,173,174); }

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

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

 a { background-color: rgb(95,173,174); }

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

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

 span { border-color: rgb(95,173,174); }

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