#63B0BF

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

Shades of Fountain Blue #63B0BF

Tints of Fountain Blue #63B0BF

Color information

#63B0BF (or 0x63B0BF) is unknown color: approx Fountain Blue. HEX triplet: 63, B0 and BF. RGB value is (99,176,191). Sum of RGB (Red+Green+Blue) = 99+176+191=466 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.24% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #63B0BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63B0BF is #9C4F40. Grayscale: #9A9A9A. Windows color (decimal): -10243905 or 12562531. OLE color: 12562531.

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

Color convert

RGB99176191-
CMYK0.480.0800.25
HSL189.78º41.82%56.86%-
HSV(B)189.78º48.17%74.9%-
XYZ30.0737.4654.94-
YUV154.69148.4988.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.24%
GREEN value IS 176 (69.14% from 255) = 37.77%
BLUE value IS 191 (75% from 255) = 40.99%
R=21.24%
G=37.77%
B=40.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991761910.480.0800.25189.7841.8256.86
Hex63B0BF308019be2a39
Octal14326027760100312765271
Binary11000111011000010111111110000100001100110111110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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