#63A5AD

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

Shades of Fountain Blue #63A5AD

Tints of Fountain Blue #63A5AD

Color information

#63A5AD (or 0x63A5AD) is unknown color: approx Fountain Blue. HEX triplet: 63, A5 and AD. RGB value is (99,165,173). Sum of RGB (Red+Green+Blue) = 99+165+173=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #63A5AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A5AD is #9C5A52. Grayscale: #929292. Windows color (decimal): -10246739 or 11380067. OLE color: 11380067.

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

Color convert

RGB99165173-
CMYK0.430.0500.32
HSL186.49º31.09%53.33%-
HSV(B)186.49º42.77%67.84%-
XYZ26.1432.5844.45-
YUV146.18143.1394.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.65%
GREEN value IS 165 (64.84% from 255) = 37.76%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=22.65%
G=37.76%
B=39.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991651730.430.0500.32186.4931.0953.33
Hex63A5AD2B5020ba1f35
Octal1432452555350402723765
Binary1100011101001011010110110101110101000001011101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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