#63BFB6

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

Shades of Fountain Blue #63BFB6

Tints of Fountain Blue #63BFB6

Color information

#63BFB6 (or 0x63BFB6) is unknown color: approx Fountain Blue. HEX triplet: 63, BF and B6. RGB value is (99,191,182). Sum of RGB (Red+Green+Blue) = 99+191+182=472 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.97% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #63BFB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BFB6 is #9C4049. Grayscale: #A2A2A2. Windows color (decimal): -10240074 or 11976547. OLE color: 11976547.

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

Color convert

RGB99191182-
CMYK0.4800.050.25
HSL174.13º41.82%56.86%-
HSV(B)174.13º48.17%74.9%-
XYZ32.2243.2950.91-
YUV162.47139.0282.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.97%
GREEN value IS 191 (75% from 255) = 40.47%
BLUE value IS 182 (71.48% from 255) = 38.56%
R=20.97%
G=40.47%
B=38.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991911820.4800.050.25174.1341.8256.86
Hex63BFB6300519ae2a39
Octal1432772666005312565271
Binary1100011101111111011011011000001011100110101110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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