#5EBBBE

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

Shades of Fountain Blue #5EBBBE

Tints of Fountain Blue #5EBBBE

Color information

#5EBBBE (or 0x5EBBBE) is unknown color: approx Fountain Blue. HEX triplet: 5E, BB and BE. RGB value is (94,187,190). Sum of RGB (Red+Green+Blue) = 94+187+190=471 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.96% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #5EBBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBBBE is #A14441. Grayscale: #9F9F9F. Windows color (decimal): -10568770 or 12499806. OLE color: 12499806.

HSL color Cylindrical-coordinate representation of color #5EBBBE: hue angle of 181.88º degrees, saturation: 0.42, 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 #5EBBBE is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB94187190-
CMYK0.510.0200.25
HSL181.88º42.48%55.69%-
HSV(B)181.88º50.53%74.51%-
XYZ31.6841.6455.08-
YUV159.54145.1981.26-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.96%
GREEN value IS 187 (73.44% from 255) = 39.70%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=19.96%
G=39.70%
B=40.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941871900.510.0200.25181.8842.4855.69
Hex5EBBBE332019b62a38
Octal1362732766320312665270
Binary101111010111011101111101100111001100110110110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,187,190); }

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

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

 a { background-color: rgb(94,187,190); }

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

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

 span { border-color: rgb(94,187,190); }

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