#63A3AB

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

Shades of Fountain Blue #63A3AB

Tints of Fountain Blue #63A3AB

Color information

#63A3AB (or 0x63A3AB) is unknown color: approx Fountain Blue. HEX triplet: 63, A3 and AB. RGB value is (99,163,171). Sum of RGB (Red+Green+Blue) = 99+163+171=433 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.86% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #63A3AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A3AB is #9C5C54. Grayscale: #909090. Windows color (decimal): -10247253 or 11248483. OLE color: 11248483.

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

Color convert

RGB99163171-
CMYK0.420.0500.33
HSL186.67º30%52.94%-
HSV(B)186.67º42.11%67.06%-
XYZ25.5931.7943.31-
YUV144.78142.895.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.86%
GREEN value IS 163 (64.06% from 255) = 37.64%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=22.86%
G=37.64%
B=39.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991631710.420.0500.33186.673052.94
Hex63A3AB2A5021bb1e35
Octal1432432535250412733665
Binary1100011101000111010101110101010101000011011101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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