Html Css Color HEX #5EB4BA Fountain Blue

📋 copy color: '#5EB4BA'

red 94 ◦ green 180 ◦ blue 186

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

Shades of Fountain Blue #5EB4BA

Tints of Fountain Blue #5EB4BA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.13%

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

R = 20.43%
G = 39.13%
B = 40.43%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5EB4BA (or 0x5EB4BA) is known color: Fountain Blue. HEX triplet: 5E, B4 and BA. RGB value is (94,180,186). Sum of RGB (Red+Green+Blue) = 94+180+186=460 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.43% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #5EB4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EB4BA is #A14B45. Grayscale: #9A9A9A. Windows color (decimal): -10570566 or 12235870. OLE color: 12235870.

HSL color Cylindrical-coordinate representation of color #5EB4BA: hue angle of 183.91º 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 #5EB4BA is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 180 186 -
CMYK 0.49 0.03 0 0.27
HSL 183.91º 0.4% 0.55% -
HSV(B) 183.91º 0.49% 0.73% -
XYZ 29.8 38.57 52.33 -
YUV 154.97 145.51 84.51 -
System Red Green Blue C M Y K H S L
Decimal 94 180 186 0.49 0.03 0 0.27 183.91 0.4 0.55
Hex 5E B4 BA 31 3 0 1B B8 28 37
Octal 136 264 272 61 3 0 33 270 50 67
Binary 1011110 10110100 10111010 110001 11 0 11011 10111000 101000 110111

Color Harmonies of #5EB4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EB4BA

Black with #5EB4BA

Text Example


Text Example

White with #5EB4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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