Html Css Color HEX #5EAAAD Fountain Blue

📋 copy color: '#5EAAAD'

red 94 ◦ green 170 ◦ blue 173

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

Shades of Fountain Blue #5EAAAD

Tints of Fountain Blue #5EAAAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.59%

R = 21.51%
G = 38.9%
B = 39.59%

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5EAAAD (or 0x5EAAAD) is known color: Fountain Blue. HEX triplet: 5E, AA and AD. RGB value is (94,170,173). Sum of RGB (Red+Green+Blue) = 94+170+173=437 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.51% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #5EAAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAAAD is #A15552. Grayscale: #939393. Windows color (decimal): -10573139 or 11381342. OLE color: 11381342.

HSL color Cylindrical-coordinate representation of color #5EAAAD: hue angle of 182.28º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EAAAD is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 94 170 173 -
CMYK 0.46 0.02 0 0.32
HSL 182.28º 0.33% 0.52% -
HSV(B) 182.28º 0.46% 0.68% -
XYZ 26.53 34.15 44.73 -
YUV 147.62 142.32 89.76 -
System Red Green Blue C M Y K H S L
Decimal 94 170 173 0.46 0.02 0 0.32 182.28 0.33 0.52
Hex 5E AA AD 2E 2 0 20 B6 21 34
Octal 136 252 255 56 2 0 40 266 41 64
Binary 1011110 10101010 10101101 101110 10 0 100000 10110110 100001 110100

Color Harmonies of #5EAAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAAAD

Black with #5EAAAD

Text Example


Text Example

White with #5EAAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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