#63BEC6

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

Shades of Fountain Blue #63BEC6

Tints of Fountain Blue #63BEC6

Color information

#63BEC6 (or 0x63BEC6) is unknown color: approx Fountain Blue. HEX triplet: 63, BE and C6. RGB value is (99,190,198). Sum of RGB (Red+Green+Blue) = 99+190+198=487 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.33% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 198 - color contains mainly: blue. Hex color #63BEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BEC6 is #9C4139. Grayscale: #A3A3A3. Windows color (decimal): -10240314 or 13024867. OLE color: 13024867.

HSL color Cylindrical-coordinate representation of color #63BEC6: hue angle of 184.85º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63BEC6 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB99190198-
CMYK0.500.0400.22
HSL184.85º46.48%58.24%-
HSV(B)184.85º50%77.65%-
XYZ33.7543.5660.05-
YUV163.7147.3581.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.33%
GREEN value IS 190 (74.61% from 255) = 39.01%
BLUE value IS 198 (77.73% from 255) = 40.66%
R=20.33%
G=39.01%
B=40.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal991901980.500.0400.22184.8546.4858.24
Hex63BEC6324016b92e3a
Octal1432763066240262715672
Binary1100011101111101100011011001010001011010111001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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