Html Css Color HEX #5EAFBB Fountain Blue

📋 copy color: '#5EAFBB'

red 94 ◦ green 175 ◦ blue 187

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

Shades of Fountain Blue #5EAFBB

Tints of Fountain Blue #5EAFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.01%

R = 20.61%
G = 38.38%
B = 41.01%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5EAFBB (or 0x5EAFBB) is known color: Fountain Blue. HEX triplet: 5E, AF and BB. RGB value is (94,175,187). Sum of RGB (Red+Green+Blue) = 94+175+187=456 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.61% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #5EAFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAFBB is #A15044. Grayscale: #989898. Windows color (decimal): -10571845 or 12300126. OLE color: 12300126.

HSL color Cylindrical-coordinate representation of color #5EAFBB: hue angle of 187.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EAFBB is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 175 187 -
CMYK 0.50 0.06 0 0.27
HSL 187.74º 0.41% 0.55% -
HSV(B) 187.74º 0.5% 0.73% -
XYZ 28.92 36.63 52.56 -
YUV 152.15 147.66 86.52 -
System Red Green Blue C M Y K H S L
Decimal 94 175 187 0.50 0.06 0 0.27 187.74 0.41 0.55
Hex 5E AF BB 32 6 0 1B BC 29 37
Octal 136 257 273 62 6 0 33 274 51 67
Binary 1011110 10101111 10111011 110010 110 0 11011 10111100 101001 110111

Color Harmonies of #5EAFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAFBB

Black with #5EAFBB

Text Example


Text Example

White with #5EAFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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