Html Css Color HEX #5EB8BD Fountain Blue

📋 copy color: '#5EB8BD'

red 94 ◦ green 184 ◦ blue 189

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

Shades of Fountain Blue #5EB8BD

Tints of Fountain Blue #5EB8BD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.4%

 BLUE value IS 189 (74.22% from 255) = 40.47%

R = 20.13%
G = 39.4%
B = 40.47%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5EB8BD (or 0x5EB8BD) is known color: Fountain Blue. HEX triplet: 5E, B8 and BD. RGB value is (94,184,189). Sum of RGB (Red+Green+Blue) = 94+184+189=467 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.13% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #5EB8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EB8BD is #A14742. Grayscale: #9D9D9D. Windows color (decimal): -10569539 or 12433502. OLE color: 12433502.

HSL color Cylindrical-coordinate representation of color #5EB8BD: hue angle of 183.16º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EB8BD is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 184 189 -
CMYK 0.50 0.03 0 0.26
HSL 183.16º 0.42% 0.55% -
HSV(B) 183.16º 0.5% 0.74% -
XYZ 30.94 40.33 54.3 -
YUV 157.66 145.68 82.59 -
System Red Green Blue C M Y K H S L
Decimal 94 184 189 0.50 0.03 0 0.26 183.16 0.42 0.55
Hex 5E B8 BD 32 3 0 1A B7 2A 37
Octal 136 270 275 62 3 0 32 267 52 67
Binary 1011110 10111000 10111101 110010 11 0 11010 10110111 101010 110111

Color Harmonies of #5EB8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EB8BD

Black with #5EB8BD

Text Example


Text Example

White with #5EB8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,184,189); }

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

background-color css

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

 a { background-color: rgb(94,184,189); }

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

border-color css

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

 span { border-color: rgb(94,184,189); }

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