#63B4BC

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

Shades of Fountain Blue #63B4BC

Tints of Fountain Blue #63B4BC

Color information

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

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

Color convert

RGB99180188-
CMYK0.470.0400.26
HSL185.39º39.91%56.27%-
HSV(B)185.39º47.34%73.73%-
XYZ30.5438.9353.48-
YUV156.69145.6686.85-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991801880.470.0400.26185.3939.9156.27
Hex63B4BC2F401Ab92838
Octal1432642745740322715070
Binary1100011101101001011110010111110001101010111001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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