#63BEC0

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

Shades of Fountain Blue #63BEC0

Tints of Fountain Blue #63BEC0

Color information

#63BEC0 (or 0x63BEC0) is unknown color: approx Fountain Blue. HEX triplet: 63, BE and C0. RGB value is (99,190,192). Sum of RGB (Red+Green+Blue) = 99+190+192=481 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.58% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 192 - color contains mainly: blue. Hex color #63BEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BEC0 is #9C413F. Grayscale: #A2A2A2. Windows color (decimal): -10240320 or 12631651. OLE color: 12631651.

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

Color convert

RGB99190192-
CMYK0.480.0100.25
HSL181.29º42.47%57.06%-
HSV(B)181.29º48.44%75.29%-
XYZ33.0743.2956.48-
YUV163.02144.3582.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.58%
GREEN value IS 190 (74.61% from 255) = 39.50%
BLUE value IS 192 (75.39% from 255) = 39.92%
R=20.58%
G=39.50%
B=39.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991901920.480.0100.25181.2942.4757.06
Hex63BEC0301019b52a39
Octal1432763006010312655271
Binary11000111011111011000000110000101100110110101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,190,192); }

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

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

 a { background-color: rgb(99,190,192); }

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

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

 span { border-color: rgb(99,190,192); }

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