Html Css Color HEX #5EBABD Fountain Blue

📋 copy color: '#5EBABD'

red 94 ◦ green 186 ◦ blue 189

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

Shades of Fountain Blue #5EBABD

Tints of Fountain Blue #5EBABD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.66%

 BLUE value IS 189 (74.22% from 255) = 40.3%

R = 20.04%
G = 39.66%
B = 40.3%

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5EBABD (or 0x5EBABD) is known color: Fountain Blue. HEX triplet: 5E, BA and BD. RGB value is (94,186,189). Sum of RGB (Red+Green+Blue) = 94+186+189=469 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20.04% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #5EBABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBABD is #A14542. Grayscale: #9E9E9E. Windows color (decimal): -10569027 or 12434014. OLE color: 12434014.

HSL color Cylindrical-coordinate representation of color #5EBABD: hue angle of 181.89º 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 #5EBABD is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 186 189 -
CMYK 0.50 0.02 0 0.26
HSL 181.89º 0.42% 0.55% -
HSV(B) 181.89º 0.5% 0.74% -
XYZ 31.36 41.17 54.44 -
YUV 158.83 145.02 81.76 -
System Red Green Blue C M Y K H S L
Decimal 94 186 189 0.50 0.02 0 0.26 181.89 0.42 0.55
Hex 5E BA BD 32 2 0 1A B6 2A 37
Octal 136 272 275 62 2 0 32 266 52 67
Binary 1011110 10111010 10111101 110010 10 0 11010 10110110 101010 110111

Color Harmonies of #5EBABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBABD

Black with #5EBABD

Text Example


Text Example

White with #5EBABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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