Html Css Color HEX #5EABBF Fountain Blue

📋 copy color: '#5EABBF'

red 94 ◦ green 171 ◦ blue 191

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

Shades of Fountain Blue #5EABBF

Tints of Fountain Blue #5EABBF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.5%

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

R = 20.61%
G = 37.5%
B = 41.89%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5EABBF (or 0x5EABBF) is known color: Fountain Blue. HEX triplet: 5E, AB and BF. RGB value is (94,171,191). Sum of RGB (Red+Green+Blue) = 94+171+191=456 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.61% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #5EABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EABBF is #A15440. Grayscale: #969696. Windows color (decimal): -10572865 or 12561246. OLE color: 12561246.

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

Color convert

RGB 94 171 191 -
CMYK 0.51 0.10 0 0.25
HSL 192.37º 0.43% 0.56% -
HSV(B) 192.37º 0.51% 0.75% -
XYZ 28.58 35.27 54.59 -
YUV 150.26 150.99 87.87 -
System Red Green Blue C M Y K H S L
Decimal 94 171 191 0.51 0.10 0 0.25 192.37 0.43 0.56
Hex 5E AB BF 33 A 0 19 C0 2B 38
Octal 136 253 277 63 12 0 31 300 53 70
Binary 1011110 10101011 10111111 110011 1010 0 11001 11000000 101011 111000

Color Harmonies of #5EABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EABBF

Black with #5EABBF

Text Example


Text Example

White with #5EABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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