#5EAFBD

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

Shades of Fountain Blue #5EAFBD

Tints of Fountain Blue #5EAFBD

Color information

#5EAFBD (or 0x5EAFBD) is unknown color: approx Fountain Blue. HEX triplet: 5E, AF and BD. RGB value is (94,175,189). Sum of RGB (Red+Green+Blue) = 94+175+189=458 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.52% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #5EAFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAFBD is #A15042. Grayscale: #989898. Windows color (decimal): -10571843 or 12431198. OLE color: 12431198.

HSL color Cylindrical-coordinate representation of color #5EAFBD: hue angle of 188.84º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EAFBD is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB94175189-
CMYK0.500.0700.26
HSL188.84º41.85%55.49%-
HSV(B)188.84º50.26%74.12%-
XYZ29.1336.7153.7-
YUV152.38148.6686.36-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.52%
GREEN value IS 175 (68.75% from 255) = 38.21%
BLUE value IS 189 (74.22% from 255) = 41.27%
R=20.52%
G=38.21%
B=41.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal941751890.500.0700.26188.8441.8555.49
Hex5EAFBD32701Abd2a37
Octal1362572756270322755267
Binary1011110101011111011110111001011101101010111101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,175,189); }

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

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

 a { background-color: rgb(94,175,189); }

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

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

 span { border-color: rgb(94,175,189); }

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