#63A3AF

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

Shades of Fountain Blue #63A3AF

Tints of Fountain Blue #63A3AF

Color information

#63A3AF (or 0x63A3AF) is unknown color: approx Fountain Blue. HEX triplet: 63, A3 and AF. RGB value is (99,163,175). Sum of RGB (Red+Green+Blue) = 99+163+175=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #63A3AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A3AF is #9C5C50. Grayscale: #919191. Windows color (decimal): -10247249 or 11510627. OLE color: 11510627.

HSL color Cylindrical-coordinate representation of color #63A3AF: hue angle of 189.47º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63A3AF is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB99163175-
CMYK0.430.0700.31
HSL189.47º32.2%53.73%-
HSV(B)189.47º43.43%68.63%-
XYZ25.9831.9445.35-
YUV145.23144.895.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.65%
GREEN value IS 163 (64.06% from 255) = 37.30%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=22.65%
G=37.30%
B=40.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991631750.430.0700.31189.4732.253.73
Hex63A3AF2B701Fbd2036
Octal1432432575370372754066
Binary1100011101000111010111110101111101111110111101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,163,175); }

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

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

 a { background-color: rgb(99,163,175); }

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

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

 span { border-color: rgb(99,163,175); }

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