Html Css Color HEX #5EACB3 Fountain Blue

📋 copy color: '#5EACB3'

red 94 ◦ green 172 ◦ blue 179

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

Shades of Fountain Blue #5EACB3

Tints of Fountain Blue #5EACB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.22%

R = 21.12%
G = 38.65%
B = 40.22%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5EACB3 (or 0x5EACB3) is known color: Fountain Blue. HEX triplet: 5E, AC and B3. RGB value is (94,172,179). Sum of RGB (Red+Green+Blue) = 94+172+179=445 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.12% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 179 - color contains mainly: blue. Hex color #5EACB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACB3 is #A1534C. Grayscale: #959595. Windows color (decimal): -10572621 or 11775070. OLE color: 11775070.

HSL color Cylindrical-coordinate representation of color #5EACB3: hue angle of 184.94º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5EACB3 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 94 172 179 -
CMYK 0.47 0.04 0 0.30
HSL 184.94º 0.36% 0.54% -
HSV(B) 184.94º 0.47% 0.7% -
XYZ 27.51 35.14 47.98 -
YUV 149.48 144.66 88.43 -
System Red Green Blue C M Y K H S L
Decimal 94 172 179 0.47 0.04 0 0.30 184.94 0.36 0.54
Hex 5E AC B3 2F 4 0 1E B9 24 36
Octal 136 254 263 57 4 0 36 271 44 66
Binary 1011110 10101100 10110011 101111 100 0 11110 10111001 100100 110110

Color Harmonies of #5EACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EACB3

Black with #5EACB3

Text Example


Text Example

White with #5EACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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