Html Css Color HEX #5EADBB Fountain Blue

📋 copy color: '#5EADBB'

red 94 ◦ green 173 ◦ blue 187

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

Shades of Fountain Blue #5EADBB

Tints of Fountain Blue #5EADBB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.11%

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 20.7%
G = 38.11%
B = 41.19%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5EADBB (or 0x5EADBB) is known color: Fountain Blue. HEX triplet: 5E, AD and BB. RGB value is (94,173,187). Sum of RGB (Red+Green+Blue) = 94+173+187=454 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.70% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #5EADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EADBB is #A15244. Grayscale: #969696. Windows color (decimal): -10572357 or 12299614. OLE color: 12299614.

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

Color convert

RGB 94 173 187 -
CMYK 0.50 0.07 0 0.27
HSL 189.03º 0.41% 0.55% -
HSV(B) 189.03º 0.5% 0.73% -
XYZ 28.53 35.85 52.43 -
YUV 150.98 148.33 87.36 -
System Red Green Blue C M Y K H S L
Decimal 94 173 187 0.50 0.07 0 0.27 189.03 0.41 0.55
Hex 5E AD BB 32 7 0 1B BD 29 37
Octal 136 255 273 62 7 0 33 275 51 67
Binary 1011110 10101101 10111011 110010 111 0 11011 10111101 101001 110111

Color Harmonies of #5EADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EADBB

Black with #5EADBB

Text Example


Text Example

White with #5EADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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