#5FADBE

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

Shades of Fountain Blue #5FADBE

Tints of Fountain Blue #5FADBE

Color information

#5FADBE (or 0x5FADBE) is unknown color: approx Fountain Blue. HEX triplet: 5F, AD and BE. RGB value is (95,173,190). Sum of RGB (Red+Green+Blue) = 95+173+190=458 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.74% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #5FADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FADBE is #A05241. Grayscale: #979797. Windows color (decimal): -10506818 or 12496223. OLE color: 12496223.

HSL color Cylindrical-coordinate representation of color #5FADBE: hue angle of 190.74º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FADBE is Cyan = 0.5, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB95173190-
CMYK0.50.0900.25
HSL190.74º42.22%55.88%-
HSV(B)190.74º50%74.51%-
XYZ28.9636.0454.14-
YUV151.62149.6687.62-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.74%
GREEN value IS 173 (67.97% from 255) = 37.77%
BLUE value IS 190 (74.61% from 255) = 41.48%
R=20.74%
G=37.77%
B=41.48%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951731900.50.0900.25190.7442.2255.88
Hex5FADBE329019bf2a38
Octal13725527662110312775270
Binary10111111010110110111110110010100101100110111111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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