#63AAAE

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

Shades of Fountain Blue #63AAAE

Tints of Fountain Blue #63AAAE

Color information

#63AAAE (or 0x63AAAE) is unknown color: approx Fountain Blue. HEX triplet: 63, AA and AE. RGB value is (99,170,174). Sum of RGB (Red+Green+Blue) = 99+170+174=443 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.35% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #63AAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AAAE is #9C5551. Grayscale: #959595. Windows color (decimal): -10245458 or 11446883. OLE color: 11446883.

HSL color Cylindrical-coordinate representation of color #63AAAE: hue angle of 183.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63AAAE is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB99170174-
CMYK0.430.0200.32
HSL183.2º31.65%53.53%-
HSV(B)183.2º43.1%68.24%-
XYZ27.1634.4645.26-
YUV149.23141.9892.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.35%
GREEN value IS 170 (66.80% from 255) = 38.37%
BLUE value IS 174 (68.36% from 255) = 39.28%
R=22.35%
G=38.37%
B=39.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991701740.430.0200.32183.231.6553.53
Hex63AAAE2B2020b72036
Octal1432522565320402674066
Binary1100011101010101010111010101110010000010110111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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