#63DDCE

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

Shades of Downy #63DDCE

Tints of Downy #63DDCE

Color information

#63DDCE (or 0x63DDCE) is unknown color: approx Downy. HEX triplet: 63, DD and CE. RGB value is (99,221,206). Sum of RGB (Red+Green+Blue) = 99+221+206=526 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.82% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #63DDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DDCE is #9C2231. Grayscale: #B6B6B6. Windows color (decimal): -10232370 or 13557091. OLE color: 13557091.

HSL color Cylindrical-coordinate representation of color #63DDCE: hue angle of 172.62º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DDCE is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB99221206-
CMYK0.5500.070.13
HSL172.62º64.21%62.75%-
HSV(B)172.62º55.2%86.67%-
XYZ42.1458.8267.53-
YUV182.81141.0868.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.82%
GREEN value IS 221 (86.72% from 255) = 42.02%
BLUE value IS 206 (80.86% from 255) = 39.16%
R=18.82%
G=42.02%
B=39.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal992212060.5500.070.13172.6264.2162.75
Hex63DDCE3707Dad403f
Octal14333531667071525510077
Binary1100011110111011100111011011101111101101011011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63DDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,221,206); }

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

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

 a { background-color: rgb(99,221,206); }

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

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

 span { border-color: rgb(99,221,206); }

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