#63dbc7

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

Shades of Downy #63DBC7

Tints of Downy #63DBC7

Color information

#63DBC7 (or 0x63DBC7) is unknown color: approx Downy. HEX triplet: 63, DB and C7. RGB value is (99,219,199). Sum of RGB (Red+Green+Blue) = 99+219+199=517 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.15% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #63DBC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DBC7 is #9C2438. Grayscale: #B4B4B4. Windows color (decimal): -10232889 or 13097827. OLE color: 13097827.

HSL color Cylindrical-coordinate representation of color #63DBC7: hue angle of 170º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DBC7 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB99219199-
CMYK0.5500.090.14
HSL170º62.5%62.35%-
HSV(B)170º54.79%85.88%-
XYZ40.7957.4462.97-
YUV180.84138.2469.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.15%
GREEN value IS 219 (85.94% from 255) = 42.36%
BLUE value IS 199 (78.12% from 255) = 38.49%
R=19.15%
G=42.36%
B=38.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal992191990.5500.090.1417062.562.35
Hex63DBC73709Eaa3e3e
Octal14333330767011162527676
Binary1100011110110111100011111011101001111010101010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63dbc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,219,199); }

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

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

 a { background-color: rgb(99,219,199); }

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

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

 span { border-color: rgb(99,219,199); }

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