#63A0AD

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

Shades of Fountain Blue #63A0AD

Tints of Fountain Blue #63A0AD

Color information

#63A0AD (or 0x63A0AD) is unknown color: approx Fountain Blue. HEX triplet: 63, A0 and AD. RGB value is (99,160,173). Sum of RGB (Red+Green+Blue) = 99+160+173=432 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.92% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #63A0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A0AD is #9C5F52. Grayscale: #8F8F8F. Windows color (decimal): -10248019 or 11378787. OLE color: 11378787.

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

Color convert

RGB99160173-
CMYK0.430.0800.32
HSL190.54º31.09%53.33%-
HSV(B)190.54º42.77%67.84%-
XYZ25.2630.8144.15-
YUV143.24144.7996.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.92%
GREEN value IS 160 (62.89% from 255) = 37.04%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=22.92%
G=37.04%
B=40.05%

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
Decimal991601730.430.0800.32190.5431.0953.33
Hex63A0AD2B8020bf1f35
Octal14324025553100402773765
Binary11000111010000010101101101011100001000001011111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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