#63AAAD

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

Shades of Fountain Blue #63AAAD

Tints of Fountain Blue #63AAAD

Color information

#63AAAD (or 0x63AAAD) is unknown color: approx Fountain Blue. HEX triplet: 63, AA and AD. RGB value is (99,170,173). Sum of RGB (Red+Green+Blue) = 99+170+173=442 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.40% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #63AAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AAAD is #9C5552. Grayscale: #959595. Windows color (decimal): -10245459 or 11381347. OLE color: 11381347.

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

Color convert

RGB99170173-
CMYK0.430.0200.32
HSL182.43º31.09%53.33%-
HSV(B)182.43º42.77%67.84%-
XYZ27.0634.4244.75-
YUV149.11141.4892.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.40%
GREEN value IS 170 (66.80% from 255) = 38.46%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=22.40%
G=38.46%
B=39.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991701730.430.0200.32182.4331.0953.33
Hex63AAAD2B2020b61f35
Octal1432522555320402663765
Binary110001110101010101011011010111001000001011011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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