#63ABAC

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

Shades of Fountain Blue #63ABAC

Tints of Fountain Blue #63ABAC

Color information

#63ABAC (or 0x63ABAC) is unknown color: approx Fountain Blue. HEX triplet: 63, AB and AC. RGB value is (99,171,172). Sum of RGB (Red+Green+Blue) = 99+171+172=442 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.40% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #63ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ABAC is #9C5453. Grayscale: #959595. Windows color (decimal): -10245204 or 11316067. OLE color: 11316067.

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

Color convert

RGB99171172-
CMYK0.420.0100.33
HSL180.82º30.54%53.14%-
HSV(B)180.82º42.44%67.45%-
XYZ27.1534.7644.31-
YUV149.59140.6591.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.40%
GREEN value IS 171 (67.19% from 255) = 38.69%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=22.40%
G=38.69%
B=38.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991711720.420.0100.33180.8230.5453.14
Hex63ABAC2A1021b51f35
Octal1432532545210412653765
Binary11000111010101110101100101010101000011011010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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