Html Css Color HEX #5EBABF Fountain Blue

📋 copy color: '#5EBABF'

red 94 ◦ green 186 ◦ blue 191

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

Shades of Fountain Blue #5EBABF

Tints of Fountain Blue #5EBABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.55%

R = 19.96%
G = 39.49%
B = 40.55%

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

#5EBABF (or 0x5EBABF) is known color: Fountain Blue. HEX triplet: 5E, BA and BF. RGB value is (94,186,191). Sum of RGB (Red+Green+Blue) = 94+186+191=471 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.96% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #5EBABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBABF is #A14540. Grayscale: #9E9E9E. Windows color (decimal): -10569025 or 12565086. OLE color: 12565086.

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

Color convert

RGB 94 186 191 -
CMYK 0.51 0.03 0 0.25
HSL 183.09º 0.43% 0.56% -
HSV(B) 183.09º 0.51% 0.75% -
XYZ 31.58 41.26 55.59 -
YUV 159.06 146.02 81.59 -
System Red Green Blue C M Y K H S L
Decimal 94 186 191 0.51 0.03 0 0.25 183.09 0.43 0.56
Hex 5E BA BF 33 3 0 19 B7 2B 38
Octal 136 272 277 63 3 0 31 267 53 70
Binary 1011110 10111010 10111111 110011 11 0 11001 10110111 101011 111000

Color Harmonies of #5EBABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBABF

Black with #5EBABF

Text Example


Text Example

White with #5EBABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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