Html Css Color HEX #5EAFBC Fountain Blue

📋 copy color: '#5EAFBC'

red 94 ◦ green 175 ◦ blue 188

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

Shades of Fountain Blue #5EAFBC

Tints of Fountain Blue #5EAFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.14%

R = 20.57%
G = 38.29%
B = 41.14%

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

#5EAFBC (or 0x5EAFBC) is known color: Fountain Blue. HEX triplet: 5E, AF and BC. RGB value is (94,175,188). Sum of RGB (Red+Green+Blue) = 94+175+188=457 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.57% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #5EAFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAFBC is #A15043. Grayscale: #989898. Windows color (decimal): -10571844 or 12365662. OLE color: 12365662.

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

Color convert

RGB 94 175 188 -
CMYK 0.50 0.07 0 0.26
HSL 188.3º 0.41% 0.55% -
HSV(B) 188.3º 0.5% 0.74% -
XYZ 29.02 36.67 53.13 -
YUV 152.26 148.16 86.44 -
System Red Green Blue C M Y K H S L
Decimal 94 175 188 0.50 0.07 0 0.26 188.3 0.41 0.55
Hex 5E AF BC 32 7 0 1A BC 29 37
Octal 136 257 274 62 7 0 32 274 51 67
Binary 1011110 10101111 10111100 110010 111 0 11010 10111100 101001 110111

Color Harmonies of #5EAFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAFBC

Black with #5EAFBC

Text Example


Text Example

White with #5EAFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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