#5DAEB1

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

Shades of Fountain Blue #5DAEB1

Tints of Fountain Blue #5DAEB1

Color information

#5DAEB1 (or 0x5DAEB1) is unknown color: approx Fountain Blue. HEX triplet: 5D, AE and B1. RGB value is (93,174,177). Sum of RGB (Red+Green+Blue) = 93+174+177=444 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.95% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 177 - color contains mainly: blue. Hex color #5DAEB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAEB1 is #A2514E. Grayscale: #969696. Windows color (decimal): -10637647 or 11644509. OLE color: 11644509.

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

Color convert

RGB93174177-
CMYK0.470.0200.31
HSL182.14º35%52.94%-
HSV(B)182.14º47.46%69.41%-
XYZ27.5935.7747.05-
YUV150.12143.1687.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.95%
GREEN value IS 174 (68.36% from 255) = 39.19%
BLUE value IS 177 (69.53% from 255) = 39.86%
R=20.95%
G=39.19%
B=39.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal931741770.470.0200.31182.143552.94
Hex5DAEB12F201Fb62335
Octal1352562615720372664365
Binary101110110101110101100011011111001111110110110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,174,177); }

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

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

 a { background-color: rgb(93,174,177); }

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

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

 span { border-color: rgb(93,174,177); }

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