Html Css Color HEX #5EAABA Fountain Blue

📋 copy color: '#5EAABA'

red 94 ◦ green 170 ◦ blue 186

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

Shades of Fountain Blue #5EAABA

Tints of Fountain Blue #5EAABA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.78%

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

R = 20.89%
G = 37.78%
B = 41.33%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5EAABA (or 0x5EAABA) is known color: Fountain Blue. HEX triplet: 5E, AA and BA. RGB value is (94,170,186). Sum of RGB (Red+Green+Blue) = 94+170+186=450 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.89% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #5EAABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAABA is #A15545. Grayscale: #949494. Windows color (decimal): -10573126 or 12233310. OLE color: 12233310.

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

Color convert

RGB 94 170 186 -
CMYK 0.49 0.09 0 0.27
HSL 190.43º 0.4% 0.55% -
HSV(B) 190.43º 0.49% 0.73% -
XYZ 27.85 34.67 51.68 -
YUV 149.1 148.82 88.7 -
System Red Green Blue C M Y K H S L
Decimal 94 170 186 0.49 0.09 0 0.27 190.43 0.4 0.55
Hex 5E AA BA 31 9 0 1B BE 28 37
Octal 136 252 272 61 11 0 33 276 50 67
Binary 1011110 10101010 10111010 110001 1001 0 11011 10111110 101000 110111

Color Harmonies of #5EAABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAABA

Black with #5EAABA

Text Example


Text Example

White with #5EAABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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