#63A1AC

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

Shades of Fountain Blue #63A1AC

Tints of Fountain Blue #63A1AC

Color information

#63A1AC (or 0x63A1AC) is unknown color: approx Fountain Blue. HEX triplet: 63, A1 and AC. RGB value is (99,161,172). Sum of RGB (Red+Green+Blue) = 99+161+172=432 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.92% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #63A1AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A1AC is #9C5E53. Grayscale: #8F8F8F. Windows color (decimal): -10247764 or 11313507. OLE color: 11313507.

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

Color convert

RGB99161172-
CMYK0.420.0600.33
HSL189.04º30.54%53.14%-
HSV(B)189.04º42.44%67.45%-
XYZ25.3431.1243.7-
YUV143.72143.9696.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.92%
GREEN value IS 161 (63.28% from 255) = 37.27%
BLUE value IS 172 (67.58% from 255) = 39.81%
R=22.92%
G=37.27%
B=39.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991611720.420.0600.33189.0430.5453.14
Hex63A1AC2A6021bd1f35
Octal1432412545260412753765
Binary1100011101000011010110010101011001000011011110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,161,172); }

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

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

 a { background-color: rgb(99,161,172); }

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

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

 span { border-color: rgb(99,161,172); }

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