Html Css Color HEX #5EAEBE Fountain Blue

📋 copy color: '#5EAEBE'

red 94 ◦ green 174 ◦ blue 190

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

Shades of Fountain Blue #5EAEBE

Tints of Fountain Blue #5EAEBE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.99%

 BLUE value IS 190 (74.61% from 255) = 41.48%

R = 20.52%
G = 37.99%
B = 41.48%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5EAEBE (or 0x5EAEBE) is known color: Fountain Blue. HEX triplet: 5E, AE and BE. RGB value is (94,174,190). Sum of RGB (Red+Green+Blue) = 94+174+190=458 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.52% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #5EAEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAEBE is #A15141. Grayscale: #979797. Windows color (decimal): -10572098 or 12496478. OLE color: 12496478.

HSL color Cylindrical-coordinate representation of color #5EAEBE: hue angle of 190º degrees, saturation: 0.42, 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 #5EAEBE is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 174 190 -
CMYK 0.51 0.08 0 0.25
HSL 190º 0.42% 0.56% -
HSV(B) 190º 0.51% 0.75% -
XYZ 29.05 36.37 54.2 -
YUV 151.9 149.5 86.7 -
System Red Green Blue C M Y K H S L
Decimal 94 174 190 0.51 0.08 0 0.25 190 0.42 0.56
Hex 5E AE BE 33 8 0 19 BE 2A 38
Octal 136 256 276 63 10 0 31 276 52 70
Binary 1011110 10101110 10111110 110011 1000 0 11001 10111110 101010 111000

Color Harmonies of #5EAEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAEBE

Black with #5EAEBE

Text Example


Text Example

White with #5EAEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,174,190); }

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

background-color css

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

 a { background-color: rgb(94,174,190); }

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

border-color css

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

 span { border-color: rgb(94,174,190); }

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