#5EBABF

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

Shades of Fountain Blue #5EBABF

Tints of Fountain Blue #5EBABF

Color information

#5EBABF (or 0x5EBABF) is unknown color: approx Fountain Blue. HEX triplet: 5E, BA and BF. RGB value is (94,186,191). Sum of RGB (Red+Green+Blue) = 94+186+191=471 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.96% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #5EBABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBABF is #A14540. Grayscale: #9E9E9E. Windows color (decimal): -10569025 or 12565086. OLE color: 12565086.

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

Color convert

RGB94186191-
CMYK0.510.0300.25
HSL183.09º43.11%55.88%-
HSV(B)183.09º50.79%74.9%-
XYZ31.5841.2655.59-
YUV159.06146.0281.59-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.96%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 191 (75% from 255) = 40.55%
R=19.96%
G=39.49%
B=40.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941861910.510.0300.25183.0943.1155.88
Hex5EBABF333019b72b38
Octal1362722776330312675370
Binary101111010111010101111111100111101100110110111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,186,191); }

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

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

 a { background-color: rgb(94,186,191); }

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

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

 span { border-color: rgb(94,186,191); }

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