Html Css Color HEX #5EAEBB Fountain Blue

📋 copy color: '#5EAEBB'

red 94 ◦ green 174 ◦ blue 187

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

Shades of Fountain Blue #5EAEBB

Tints of Fountain Blue #5EAEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.1%

R = 20.66%
G = 38.24%
B = 41.1%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5EAEBB (or 0x5EAEBB) is known color: Fountain Blue. HEX triplet: 5E, AE and BB. RGB value is (94,174,187). Sum of RGB (Red+Green+Blue) = 94+174+187=455 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.66% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #5EAEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAEBB is #A15144. Grayscale: #979797. Windows color (decimal): -10572101 or 12299870. OLE color: 12299870.

HSL color Cylindrical-coordinate representation of color #5EAEBB: hue angle of 188.39º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EAEBB is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 174 187 -
CMYK 0.50 0.07 0 0.27
HSL 188.39º 0.41% 0.55% -
HSV(B) 188.39º 0.5% 0.73% -
XYZ 28.72 36.24 52.49 -
YUV 151.56 148 86.94 -
System Red Green Blue C M Y K H S L
Decimal 94 174 187 0.50 0.07 0 0.27 188.39 0.41 0.55
Hex 5E AE BB 32 7 0 1B BC 29 37
Octal 136 256 273 62 7 0 33 274 51 67
Binary 1011110 10101110 10111011 110010 111 0 11011 10111100 101001 110111

Color Harmonies of #5EAEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAEBB

Black with #5EAEBB

Text Example


Text Example

White with #5EAEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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