#63BFBA

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

Shades of Fountain Blue #63BFBA

Tints of Fountain Blue #63BFBA

Color information

#63BFBA (or 0x63BFBA) is unknown color: approx Fountain Blue. HEX triplet: 63, BF and BA. RGB value is (99,191,186). Sum of RGB (Red+Green+Blue) = 99+191+186=476 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.80% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #63BFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BFBA is #9C4045. Grayscale: #A2A2A2. Windows color (decimal): -10240070 or 12238691. OLE color: 12238691.

HSL color Cylindrical-coordinate representation of color #63BFBA: hue angle of 176.74º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63BFBA is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB99191186-
CMYK0.4800.030.25
HSL176.74º41.82%56.86%-
HSV(B)176.74º48.17%74.9%-
XYZ32.6443.4653.12-
YUV162.92141.0282.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.80%
GREEN value IS 191 (75% from 255) = 40.13%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=20.80%
G=40.13%
B=39.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991911860.4800.030.25176.7441.8256.86
Hex63BFBA300319b12a39
Octal1432772726003312615271
Binary110001110111111101110101100000111100110110001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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