#63B3AF

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

Shades of Fountain Blue #63B3AF

Tints of Fountain Blue #63B3AF

Color information

#63B3AF (or 0x63B3AF) is unknown color: approx Fountain Blue. HEX triplet: 63, B3 and AF. RGB value is (99,179,175). Sum of RGB (Red+Green+Blue) = 99+179+175=453 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.85% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 179 - color contains mainly: green. Hex color #63B3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B3AF is #9C4C50. Grayscale: #9A9A9A. Windows color (decimal): -10243153 or 11514723. OLE color: 11514723.

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

Color convert

RGB99179175-
CMYK0.4500.020.30
HSL177º34.48%54.51%-
HSV(B)177º44.69%70.2%-
XYZ2937.9946.36-
YUV154.62139.588.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal991791750.4500.020.3017734.4854.51
Hex63B3AF2D021Eb12237
Octal1432632575502362614267
Binary110001110110011101011111011010101111010110001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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