#63AAA9

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

Shades of Fountain Blue #63AAA9

Tints of Fountain Blue #63AAA9

Color information

#63AAA9 (or 0x63AAA9) is unknown color: approx Fountain Blue. HEX triplet: 63, AA and A9. RGB value is (99,170,169). Sum of RGB (Red+Green+Blue) = 99+170+169=438 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.60% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 170 - color contains mainly: green. Hex color #63AAA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AAA9 is #9C5556. Grayscale: #949494. Windows color (decimal): -10245463 or 11119203. OLE color: 11119203.

HSL color Cylindrical-coordinate representation of color #63AAA9: hue angle of 179.15º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63AAA9 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB99170169-
CMYK0.4200.010.33
HSL179.15º29.46%52.75%-
HSV(B)179.15º41.76%66.67%-
XYZ26.6834.2742.74-
YUV148.66139.4892.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.60%
GREEN value IS 170 (66.80% from 255) = 38.81%
BLUE value IS 169 (66.41% from 255) = 38.58%
R=22.60%
G=38.81%
B=38.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991701690.4200.010.33179.1529.4652.75
Hex63AAA92A0121b31d35
Octal1432522515201412633565
Binary11000111010101010101001101010011000011011001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63AAA9; }

 p { color: rgb(99,170,169); }

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

<style>
 a { background-color: #63AAA9; }

 a { background-color: rgb(99,170,169); }

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

<style>
 span { border-color: #63AAA9; }

 span { border-color: rgb(99,170,169); }

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