#63ADAC

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

Shades of Fountain Blue #63ADAC

Tints of Fountain Blue #63ADAC

Color information

#63ADAC (or 0x63ADAC) is unknown color: approx Fountain Blue. HEX triplet: 63, AD and AC. RGB value is (99,173,172). Sum of RGB (Red+Green+Blue) = 99+173+172=444 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.30% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 173 - color contains mainly: green. Hex color #63ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ADAC is #9C5253. Grayscale: #969696. Windows color (decimal): -10244692 or 11316579. OLE color: 11316579.

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

Color convert

RGB99173172-
CMYK0.4300.010.32
HSL179.19º31.09%53.33%-
HSV(B)179.19º42.77%67.84%-
XYZ27.5435.5244.43-
YUV150.76139.9891.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.30%
GREEN value IS 173 (67.97% from 255) = 38.96%
BLUE value IS 172 (67.58% from 255) = 38.74%
R=22.30%
G=38.96%
B=38.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991731720.4300.010.32179.1931.0953.33
Hex63ADAC2B0120b31f35
Octal1432552545301402633765
Binary11000111010110110101100101011011000001011001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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