#63BAB3

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

Shades of Fountain Blue #63BAB3

Tints of Fountain Blue #63BAB3

Color information

#63BAB3 (or 0x63BAB3) is unknown color: approx Fountain Blue. HEX triplet: 63, BA and B3. RGB value is (99,186,179). Sum of RGB (Red+Green+Blue) = 99+186+179=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #63BAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BAB3 is #9C454C. Grayscale: #9F9F9F. Windows color (decimal): -10241357 or 11778659. OLE color: 11778659.

HSL color Cylindrical-coordinate representation of color #63BAB3: hue angle of 175.17º 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 #63BAB3 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB99186179-
CMYK0.4700.040.27
HSL175.17º38.67%55.88%-
HSV(B)175.17º46.77%72.94%-
XYZ30.8441.0348.94-
YUV159.19139.1885.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.34%
GREEN value IS 186 (73.05% from 255) = 40.09%
BLUE value IS 179 (70.31% from 255) = 38.58%
R=21.34%
G=40.09%
B=38.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991861790.4700.040.27175.1738.6755.88
Hex63BAB32F041Baf2738
Octal1432722635704332574770
Binary1100011101110101011001110111101001101110101111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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