#63BCB4

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

Shades of Fountain Blue #63BCB4

Tints of Fountain Blue #63BCB4

Color information

#63BCB4 (or 0x63BCB4) is unknown color: approx Fountain Blue. HEX triplet: 63, BC and B4. RGB value is (99,188,180). Sum of RGB (Red+Green+Blue) = 99+188+180=467 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.20% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #63BCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BCB4 is #9C434B. Grayscale: #A0A0A0. Windows color (decimal): -10240844 or 11844707. OLE color: 11844707.

HSL color Cylindrical-coordinate representation of color #63BCB4: hue angle of 174.61º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63BCB4 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB99188180-
CMYK0.4700.040.26
HSL174.61º39.91%56.27%-
HSV(B)174.61º47.34%73.73%-
XYZ31.3741.9149.62-
YUV160.48139.0184.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.20%
GREEN value IS 188 (73.83% from 255) = 40.26%
BLUE value IS 180 (70.70% from 255) = 38.54%
R=21.20%
G=40.26%
B=38.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991881800.4700.040.26174.6139.9156.27
Hex63BCB42F041Aaf2838
Octal1432742645704322575070
Binary1100011101111001011010010111101001101010101111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,188,180); }

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

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

 a { background-color: rgb(99,188,180); }

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

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

 span { border-color: rgb(99,188,180); }

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