Html Css Color HEX #5EBAC0 Fountain Blue

📋 copy color: '#5EBAC0'

red 94 ◦ green 186 ◦ blue 192

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

Shades of Fountain Blue #5EBAC0

Tints of Fountain Blue #5EBAC0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.41%

 BLUE value IS 192 (75.39% from 255) = 40.68%

R = 19.92%
G = 39.41%
B = 40.68%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5EBAC0 (or 0x5EBAC0) is known color: Fountain Blue. HEX triplet: 5E, BA and C0. RGB value is (94,186,192). Sum of RGB (Red+Green+Blue) = 94+186+192=472 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.92% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 192 - color contains mainly: blue. Hex color #5EBAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBAC0 is #A1453F. Grayscale: #9F9F9F. Windows color (decimal): -10569024 or 12630622. OLE color: 12630622.

HSL color Cylindrical-coordinate representation of color #5EBAC0: hue angle of 183.67º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EBAC0 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 186 192 -
CMYK 0.51 0.03 0 0.25
HSL 183.67º 0.44% 0.56% -
HSV(B) 183.67º 0.51% 0.75% -
XYZ 31.69 41.3 56.17 -
YUV 159.18 146.52 81.51 -
System Red Green Blue C M Y K H S L
Decimal 94 186 192 0.51 0.03 0 0.25 183.67 0.44 0.56
Hex 5E BA C0 33 3 0 19 B8 2C 38
Octal 136 272 300 63 3 0 31 270 54 70
Binary 1011110 10111010 11000000 110011 11 0 11001 10111000 101100 111000

Color Harmonies of #5EBAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBAC0

Black with #5EBAC0

Text Example


Text Example

White with #5EBAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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