#5DAFAA

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

Shades of Fountain Blue #5DAFAA

Tints of Fountain Blue #5DAFAA

Color information

#5DAFAA (or 0x5DAFAA) is unknown color: approx Fountain Blue. HEX triplet: 5D, AF and AA. RGB value is (93,175,170). Sum of RGB (Red+Green+Blue) = 93+175+170=438 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.23% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAFAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAFAA is #A25055. Grayscale: #959595. Windows color (decimal): -10637398 or 11186013. OLE color: 11186013.

HSL color Cylindrical-coordinate representation of color #5DAFAA: hue angle of 176.34º degrees, saturation: 0.34, 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 #5DAFAA is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB93175170-
CMYK0.4700.030.31
HSL176.34º33.88%52.55%-
HSV(B)176.34º46.86%68.63%-
XYZ27.135.8943.53-
YUV149.91139.3387.41-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.23%
GREEN value IS 175 (68.75% from 255) = 39.95%
BLUE value IS 170 (66.80% from 255) = 38.81%
R=21.23%
G=39.95%
B=38.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal931751700.4700.030.31176.3433.8852.55
Hex5DAFAA2F031Fb02235
Octal1352572525703372604265
Binary101110110101111101010101011110111111110110000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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