#63BEBF

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

Shades of Fountain Blue #63BEBF

Tints of Fountain Blue #63BEBF

Color information

#63BEBF (or 0x63BEBF) is unknown color: approx Fountain Blue. HEX triplet: 63, BE and BF. RGB value is (99,190,191). Sum of RGB (Red+Green+Blue) = 99+190+191=480 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.62% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #63BEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BEBF is #9C4140. Grayscale: #A2A2A2. Windows color (decimal): -10240321 or 12566115. OLE color: 12566115.

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

Color convert

RGB99190191-
CMYK0.480.0100.25
HSL180.65º41.82%56.86%-
HSV(B)180.65º48.17%74.9%-
XYZ32.9643.2455.9-
YUV162.9143.8582.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.62%
GREEN value IS 190 (74.61% from 255) = 39.58%
BLUE value IS 191 (75% from 255) = 39.79%
R=20.62%
G=39.58%
B=39.79%

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
Decimal991901910.480.0100.25180.6541.8256.86
Hex63BEBF301019b52a39
Octal1432762776010312655271
Binary11000111011111010111111110000101100110110101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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