Html Css Color HEX #5EBBC0 Fountain Blue

📋 copy color: '#5EBBC0'

red 94 ◦ green 187 ◦ blue 192

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

Shades of Fountain Blue #5EBBC0

Tints of Fountain Blue #5EBBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.59%

R = 19.87%
G = 39.53%
B = 40.59%

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

#5EBBC0 (or 0x5EBBC0) is known color: Fountain Blue. HEX triplet: 5E, BB and C0. RGB value is (94,187,192). Sum of RGB (Red+Green+Blue) = 94+187+192=473 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.87% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #5EBBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBBC0 is #A1443F. Grayscale: #9F9F9F. Windows color (decimal): -10568768 or 12630878. OLE color: 12630878.

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

Color convert

RGB 94 187 192 -
CMYK 0.51 0.03 0 0.25
HSL 183.06º 0.44% 0.56% -
HSV(B) 183.06º 0.51% 0.75% -
XYZ 31.9 41.73 56.24 -
YUV 159.76 146.19 81.09 -
System Red Green Blue C M Y K H S L
Decimal 94 187 192 0.51 0.03 0 0.25 183.06 0.44 0.56
Hex 5E BB C0 33 3 0 19 B7 2C 38
Octal 136 273 300 63 3 0 31 267 54 70
Binary 1011110 10111011 11000000 110011 11 0 11001 10110111 101100 111000

Color Harmonies of #5EBBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBBC0

Black with #5EBBC0

Text Example


Text Example

White with #5EBBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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