Html Css Color HEX #5EACBD Fountain Blue

📋 copy color: '#5EACBD'

red 94 ◦ green 172 ◦ blue 189

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

Shades of Fountain Blue #5EACBD

Tints of Fountain Blue #5EACBD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.8%

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

R = 20.66%
G = 37.8%
B = 41.54%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5EACBD (or 0x5EACBD) is known color: Fountain Blue. HEX triplet: 5E, AC and BD. RGB value is (94,172,189). Sum of RGB (Red+Green+Blue) = 94+172+189=455 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.66% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #5EACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACBD is #A15342. Grayscale: #969696. Windows color (decimal): -10572611 or 12430430. OLE color: 12430430.

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

Color convert

RGB 94 172 189 -
CMYK 0.50 0.09 0 0.26
HSL 190.74º 0.42% 0.55% -
HSV(B) 190.74º 0.5% 0.74% -
XYZ 28.55 35.56 53.5 -
YUV 150.62 149.66 87.62 -
System Red Green Blue C M Y K H S L
Decimal 94 172 189 0.50 0.09 0 0.26 190.74 0.42 0.55
Hex 5E AC BD 32 9 0 1A BF 2A 37
Octal 136 254 275 62 11 0 32 277 52 67
Binary 1011110 10101100 10111101 110010 1001 0 11010 10111111 101010 110111

Color Harmonies of #5EACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EACBD

Black with #5EACBD

Text Example


Text Example

White with #5EACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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