#63B7BF

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

Shades of Fountain Blue #63B7BF

Tints of Fountain Blue #63B7BF

Color information

#63B7BF (or 0x63B7BF) is unknown color: approx Fountain Blue. HEX triplet: 63, B7 and BF. RGB value is (99,183,191). Sum of RGB (Red+Green+Blue) = 99+183+191=473 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.93% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #63B7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B7BF is #9C4840. Grayscale: #9E9E9E. Windows color (decimal): -10242113 or 12564323. OLE color: 12564323.

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

Color convert

RGB99183191-
CMYK0.480.0400.25
HSL185.22º41.82%56.86%-
HSV(B)185.22º48.17%74.9%-
XYZ31.4840.2855.41-
YUV158.8146.1785.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.93%
GREEN value IS 183 (71.88% from 255) = 38.69%
BLUE value IS 191 (75% from 255) = 40.38%
R=20.93%
G=38.69%
B=40.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991831910.480.0400.25185.2241.8256.86
Hex63B7BF304019b92a39
Octal1432672776040312715271
Binary1100011101101111011111111000010001100110111001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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