#63AABA

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

Shades of Fountain Blue #63AABA

Tints of Fountain Blue #63AABA

Color information

#63AABA (or 0x63AABA) is unknown color: approx Fountain Blue. HEX triplet: 63, AA and BA. RGB value is (99,170,186). Sum of RGB (Red+Green+Blue) = 99+170+186=455 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.76% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #63AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AABA is #9C5545. Grayscale: #969696. Windows color (decimal): -10245446 or 12233315. OLE color: 12233315.

HSL color Cylindrical-coordinate representation of color #63AABA: hue angle of 191.03º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63AABA is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB99170186-
CMYK0.470.0900.27
HSL191.03º38.67%55.88%-
HSV(B)191.03º46.77%72.94%-
XYZ28.3834.9551.7-
YUV150.6147.9891.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.76%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=21.76%
G=37.36%
B=40.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991701860.470.0900.27191.0338.6755.88
Hex63AABA2F901Bbf2738
Octal14325227257110332774770
Binary11000111010101010111010101111100101101110111111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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