Html Css Color HEX #5EB0BA Fountain Blue

📋 copy color: '#5EB0BA'

red 94 ◦ green 176 ◦ blue 186

#5EB0BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #5EB0BA

Tints of Fountain Blue #5EB0BA

RGB

 RED value IS 94 (37.11% from 255) = 20.61%

 GREEN value IS 176 (69.14% from 255) = 38.6%

 BLUE value IS 186 (73.05% from 255) = 40.79%

R = 20.61%
G = 38.6%
B = 40.79%

CMYK

 C value IS 0.49

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5EB0BA (or 0x5EB0BA) is known color: Fountain Blue. HEX triplet: 5E, B0 and BA. RGB value is (94,176,186). Sum of RGB (Red+Green+Blue) = 94+176+186=456 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.61% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #5EB0BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EB0BA is #A14F45. Grayscale: #989898. Windows color (decimal): -10571590 or 12234846. OLE color: 12234846.

HSL color Cylindrical-coordinate representation of color #5EB0BA: hue angle of 186.52º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5EB0BA is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 176 186 -
CMYK 0.49 0.05 0 0.27
HSL 186.52º 0.4% 0.55% -
HSV(B) 186.52º 0.49% 0.73% -
XYZ 29 36.98 52.06 -
YUV 152.62 146.83 86.19 -
System Red Green Blue C M Y K H S L
Decimal 94 176 186 0.49 0.05 0 0.27 186.52 0.4 0.55
Hex 5E B0 BA 31 5 0 1B BB 28 37
Octal 136 260 272 61 5 0 33 273 50 67
Binary 1011110 10110000 10111010 110001 101 0 11011 10111011 101000 110111

Color Harmonies of #5EB0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EB0BA

Black with #5EB0BA

Text Example


Text Example

White with #5EB0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5EB0BA;
 }
 .AnyTagClassName
 {
   color: #5EB0BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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