Html Css Color HEX #5EBBBA Fountain Blue

📋 copy color: '#5EBBBA'

red 94 ◦ green 187 ◦ blue 186

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

Shades of Fountain Blue #5EBBBA

Tints of Fountain Blue #5EBBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.04%

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 20.13%
G = 40.04%
B = 39.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#5EBBBA (or 0x5EBBBA) is known color: Fountain Blue. HEX triplet: 5E, BB and BA. RGB value is (94,187,186). Sum of RGB (Red+Green+Blue) = 94+187+186=467 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.13% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #5EBBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBBBA is #A14445. Grayscale: #9E9E9E. Windows color (decimal): -10568774 or 12237662. OLE color: 12237662.

HSL color Cylindrical-coordinate representation of color #5EBBBA: hue angle of 179.35º 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 #5EBBBA is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 187 186 -
CMYK 0.50 0 0.01 0.27
HSL 179.35º 0.41% 0.55% -
HSV(B) 179.35º 0.5% 0.73% -
XYZ 31.25 41.47 52.81 -
YUV 159.08 143.19 81.58 -
System Red Green Blue C M Y K H S L
Decimal 94 187 186 0.50 0 0.01 0.27 179.35 0.41 0.55
Hex 5E BB BA 32 0 1 1B B3 29 37
Octal 136 273 272 62 0 1 33 263 51 67
Binary 1011110 10111011 10111010 110010 0 1 11011 10110011 101001 110111

Color Harmonies of #5EBBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBBBA

Black with #5EBBBA

Text Example


Text Example

White with #5EBBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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