#5DAABD

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

Shades of Fountain Blue #5DAABD

Tints of Fountain Blue #5DAABD

Color information

#5DAABD (or 0x5DAABD) is unknown color: approx Fountain Blue. HEX triplet: 5D, AA and BD. RGB value is (93,170,189). Sum of RGB (Red+Green+Blue) = 93+170+189=452 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.58% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #5DAABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAABD is #A25542. Grayscale: #949494. Windows color (decimal): -10638659 or 12429917. OLE color: 12429917.

HSL color Cylindrical-coordinate representation of color #5DAABD: hue angle of 191.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DAABD is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB93170189-
CMYK0.510.1000.26
HSL191.88º42.11%55.29%-
HSV(B)191.88º50.79%74.12%-
XYZ28.0734.7553.37-
YUV149.14150.4987.96-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.58%
GREEN value IS 170 (66.80% from 255) = 37.61%
BLUE value IS 189 (74.22% from 255) = 41.81%
R=20.58%
G=37.61%
B=41.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal931701890.510.1000.26191.8842.1155.29
Hex5DAABD33A01Ac02a37
Octal13525227563120323005267
Binary10111011010101010111101110011101001101011000000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,170,189); }

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

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

 a { background-color: rgb(93,170,189); }

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

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

 span { border-color: rgb(93,170,189); }

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