Html Css Color HEX #5EAEBD Fountain Blue

📋 copy color: '#5EAEBD'

red 94 ◦ green 174 ◦ blue 189

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

Shades of Fountain Blue #5EAEBD

Tints of Fountain Blue #5EAEBD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.07%

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

R = 20.57%
G = 38.07%
B = 41.36%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5EAEBD (or 0x5EAEBD) is known color: Fountain Blue. HEX triplet: 5E, AE and BD. RGB value is (94,174,189). Sum of RGB (Red+Green+Blue) = 94+174+189=457 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.57% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #5EAEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAEBD is #A15142. Grayscale: #979797. Windows color (decimal): -10572099 or 12430942. OLE color: 12430942.

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

Color convert

RGB 94 174 189 -
CMYK 0.50 0.08 0 0.26
HSL 189.47º 0.42% 0.55% -
HSV(B) 189.47º 0.5% 0.74% -
XYZ 28.94 36.33 53.63 -
YUV 151.79 149 86.78 -
System Red Green Blue C M Y K H S L
Decimal 94 174 189 0.50 0.08 0 0.26 189.47 0.42 0.55
Hex 5E AE BD 32 8 0 1A BD 2A 37
Octal 136 256 275 62 10 0 32 275 52 67
Binary 1011110 10101110 10111101 110010 1000 0 11010 10111101 101010 110111

Color Harmonies of #5EAEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAEBD

Black with #5EAEBD

Text Example


Text Example

White with #5EAEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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