#63BBBF

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

Shades of Fountain Blue #63BBBF

Tints of Fountain Blue #63BBBF

Color information

#63BBBF (or 0x63BBBF) is unknown color: approx Fountain Blue. HEX triplet: 63, BB and BF. RGB value is (99,187,191). Sum of RGB (Red+Green+Blue) = 99+187+191=477 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.75% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #63BBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BBBF is #9C4440. Grayscale: #A1A1A1. Windows color (decimal): -10241089 or 12565347. OLE color: 12565347.

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

Color convert

RGB99187191-
CMYK0.480.0200.25
HSL182.61º41.82%56.86%-
HSV(B)182.61º48.17%74.9%-
XYZ32.3241.9555.68-
YUV161.14144.8583.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.75%
GREEN value IS 187 (73.44% from 255) = 39.20%
BLUE value IS 191 (75% from 255) = 40.04%
R=20.75%
G=39.20%
B=40.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991871910.480.0200.25182.6141.8256.86
Hex63BBBF302019b72a39
Octal1432732776020312675271
Binary110001110111011101111111100001001100110110111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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