#63BABF

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

Shades of Fountain Blue #63BABF

Tints of Fountain Blue #63BABF

Color information

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

HSL color Cylindrical-coordinate representation of color #63BABF: hue angle of 183.26º 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 #63BABF is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB99186191-
CMYK0.480.0300.25
HSL183.26º41.82%56.86%-
HSV(B)183.26º48.17%74.9%-
XYZ32.1141.5355.61-
YUV160.56145.1884.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991861910.480.0300.25183.2641.8256.86
Hex63BABF303019b72a39
Octal1432722776030312675271
Binary110001110111010101111111100001101100110110111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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