#63A0AE

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

Shades of Fountain Blue #63A0AE

Tints of Fountain Blue #63A0AE

Color information

#63A0AE (or 0x63A0AE) is unknown color: approx Fountain Blue. HEX triplet: 63, A0 and AE. RGB value is (99,160,174). Sum of RGB (Red+Green+Blue) = 99+160+174=433 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.86% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #63A0AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A0AE is #9C5F51. Grayscale: #8F8F8F. Windows color (decimal): -10248018 or 11444323. OLE color: 11444323.

HSL color Cylindrical-coordinate representation of color #63A0AE: hue angle of 191.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 #63A0AE is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB99160174-
CMYK0.430.0800.32
HSL191.2º31.65%53.53%-
HSV(B)191.2º43.1%68.24%-
XYZ25.3630.8544.66-
YUV143.36145.2996.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.86%
GREEN value IS 160 (62.89% from 255) = 36.95%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=22.86%
G=36.95%
B=40.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991601740.430.0800.32191.231.6553.53
Hex63A0AE2B8020bf2036
Octal14324025653100402774066
Binary110001110100000101011101010111000010000010111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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