#63A5AB

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

Shades of Fountain Blue #63A5AB

Tints of Fountain Blue #63A5AB

Color information

#63A5AB (or 0x63A5AB) is unknown color: approx Fountain Blue. HEX triplet: 63, A5 and AB. RGB value is (99,165,171). Sum of RGB (Red+Green+Blue) = 99+165+171=435 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.76% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #63A5AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A5AB is #9C5A54. Grayscale: #919191. Windows color (decimal): -10246741 or 11248995. OLE color: 11248995.

HSL color Cylindrical-coordinate representation of color #63A5AB: hue angle of 185º degrees, saturation: 0.3, 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 #63A5AB is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB99165171-
CMYK0.420.0400.33
HSL185º30%52.94%-
HSV(B)185º42.11%67.06%-
XYZ25.9532.543.43-
YUV145.95142.1394.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.76%
GREEN value IS 165 (64.84% from 255) = 37.93%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=22.76%
G=37.93%
B=39.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991651710.420.0400.331853052.94
Hex63A5AB2A4021b91e35
Octal1432452535240412713665
Binary1100011101001011010101110101010001000011011100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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