#5FABBE

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

Shades of Fountain Blue #5FABBE

Tints of Fountain Blue #5FABBE

Color information

#5FABBE (or 0x5FABBE) is unknown color: approx Fountain Blue. HEX triplet: 5F, AB and BE. RGB value is (95,171,190). Sum of RGB (Red+Green+Blue) = 95+171+190=456 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.83% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #5FABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FABBE is #A05441. Grayscale: #969696. Windows color (decimal): -10507330 or 12495711. OLE color: 12495711.

HSL color Cylindrical-coordinate representation of color #5FABBE: hue angle of 192º 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 #5FABBE is Cyan = 0.5, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB95171190-
CMYK0.50.1000.25
HSL192º42.22%55.88%-
HSV(B)192º50%74.51%-
XYZ28.5835.2854.02-
YUV150.44150.3288.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.83%
GREEN value IS 171 (67.19% from 255) = 37.5%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=20.83%
G=37.5%
B=41.67%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951711900.50.1000.2519242.2255.88
Hex5FABBE32A019c02a38
Octal13725327662120313005270
Binary10111111010101110111110110010101001100111000000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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