#5EAFAD

Color #5EAFAD Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #5EAFAD

Tints of Fountain Blue #5EAFAD

Color information

#5EAFAD (or 0x5EAFAD) is unknown color: approx Fountain Blue. HEX triplet: 5E, AF and AD. RGB value is (94,175,173). Sum of RGB (Red+Green+Blue) = 94+175+173=442 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.27% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAFAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAFAD is #A15052. Grayscale: #969696. Windows color (decimal): -10571859 or 11382622. OLE color: 11382622.

HSL color Cylindrical-coordinate representation of color #5EAFAD: hue angle of 178.52º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EAFAD is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB94175173-
CMYK0.4600.010.31
HSL178.52º33.61%52.75%-
HSV(B)178.52º46.29%68.63%-
XYZ27.4936.0645.05-
YUV150.55140.6687.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.27%
GREEN value IS 175 (68.75% from 255) = 39.59%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=21.27%
G=39.59%
B=39.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal941751730.4600.010.31178.5233.6152.75
Hex5EAFAD2E011Fb32235
Octal1362572555601372634265
Binary10111101010111110101101101110011111110110011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5EAFAD;
 }
 .AnyTagClassName
 {
   color: #5EAFAD;
 }
</style>
background-color css

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

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

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

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

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

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