#63AFB3

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

Shades of Fountain Blue #63AFB3

Tints of Fountain Blue #63AFB3

Color information

#63AFB3 (or 0x63AFB3) is unknown color: approx Fountain Blue. HEX triplet: 63, AF and B3. RGB value is (99,175,179). Sum of RGB (Red+Green+Blue) = 99+175+179=453 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.85% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 179 - color contains mainly: blue. Hex color #63AFB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AFB3 is #9C504C. Grayscale: #989898. Windows color (decimal): -10244173 or 11775843. OLE color: 11775843.

HSL color Cylindrical-coordinate representation of color #63AFB3: hue angle of 183º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #63AFB3 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB99175179-
CMYK0.450.0200.30
HSL183º34.48%54.51%-
HSV(B)183º44.69%70.2%-
XYZ28.6136.5748.2-
YUV152.73142.8289.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.85%
GREEN value IS 175 (68.75% from 255) = 38.63%
BLUE value IS 179 (70.31% from 255) = 39.51%
R=21.85%
G=38.63%
B=39.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal991751790.450.0200.3018334.4854.51
Hex63AFB32D201Eb72237
Octal1432572635520362674267
Binary110001110101111101100111011011001111010110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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