#63AABF

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

Shades of Fountain Blue #63AABF

Tints of Fountain Blue #63AABF

Color information

#63AABF (or 0x63AABF) is unknown color: approx Fountain Blue. HEX triplet: 63, AA and BF. RGB value is (99,170,191). Sum of RGB (Red+Green+Blue) = 99+170+191=460 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.52% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #63AABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AABF is #9C5540. Grayscale: #979797. Windows color (decimal): -10245441 or 12560995. OLE color: 12560995.

HSL color Cylindrical-coordinate representation of color #63AABF: hue angle of 193.7º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63AABF is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB99170191-
CMYK0.480.1100.25
HSL193.7º41.82%56.86%-
HSV(B)193.7º48.17%74.9%-
XYZ28.9235.1654.55-
YUV151.16150.4890.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.52%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 191 (75% from 255) = 41.52%
R=21.52%
G=36.96%
B=41.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991701910.480.1100.25193.741.8256.86
Hex63AABF30B019c22a39
Octal14325227760130313025271
Binary11000111010101010111111110000101101100111000010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,170,191); }

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

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

 a { background-color: rgb(99,170,191); }

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

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

 span { border-color: rgb(99,170,191); }

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