Html Css Color HEX #5EAABC Fountain Blue

📋 copy color: '#5EAABC'

red 94 ◦ green 170 ◦ blue 188

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

Shades of Fountain Blue #5EAABC

Tints of Fountain Blue #5EAABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 20.8%
G = 37.61%
B = 41.59%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5EAABC (or 0x5EAABC) is known color: Fountain Blue. HEX triplet: 5E, AA and BC. RGB value is (94,170,188). Sum of RGB (Red+Green+Blue) = 94+170+188=452 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.80% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #5EAABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAABC is #A15543. Grayscale: #959595. Windows color (decimal): -10573124 or 12364382. OLE color: 12364382.

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

Color convert

RGB 94 170 188 -
CMYK 0.50 0.10 0 0.26
HSL 191.49º 0.41% 0.55% -
HSV(B) 191.49º 0.5% 0.74% -
XYZ 28.07 34.76 52.81 -
YUV 149.33 149.82 88.54 -
System Red Green Blue C M Y K H S L
Decimal 94 170 188 0.50 0.10 0 0.26 191.49 0.41 0.55
Hex 5E AA BC 32 A 0 1A BF 29 37
Octal 136 252 274 62 12 0 32 277 51 67
Binary 1011110 10101010 10111100 110010 1010 0 11010 10111111 101001 110111

Color Harmonies of #5EAABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAABC

Black with #5EAABC

Text Example


Text Example

White with #5EAABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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