Html Css Color HEX #5EAFBD Fountain Blue

📋 copy color: '#5EAFBD'

red 94 ◦ green 175 ◦ blue 189

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

Shades of Fountain Blue #5EAFBD

Tints of Fountain Blue #5EAFBD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.21%

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

R = 20.52%
G = 38.21%
B = 41.27%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5EAFBD (or 0x5EAFBD) is known color: Fountain Blue. HEX triplet: 5E, AF and BD. RGB value is (94,175,189). Sum of RGB (Red+Green+Blue) = 94+175+189=458 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.52% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #5EAFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAFBD is #A15042. Grayscale: #989898. Windows color (decimal): -10571843 or 12431198. OLE color: 12431198.

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

Color convert

RGB 94 175 189 -
CMYK 0.50 0.07 0 0.26
HSL 188.84º 0.42% 0.55% -
HSV(B) 188.84º 0.5% 0.74% -
XYZ 29.13 36.71 53.7 -
YUV 152.38 148.66 86.36 -
System Red Green Blue C M Y K H S L
Decimal 94 175 189 0.50 0.07 0 0.26 188.84 0.42 0.55
Hex 5E AF BD 32 7 0 1A BD 2A 37
Octal 136 257 275 62 7 0 32 275 52 67
Binary 1011110 10101111 10111101 110010 111 0 11010 10111101 101010 110111

Color Harmonies of #5EAFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAFBD

Black with #5EAFBD

Text Example


Text Example

White with #5EAFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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