#63DACB

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

Shades of Downy #63DACB

Tints of Downy #63DACB

Color information

#63DACB (or 0x63DACB) is unknown color: approx Downy. HEX triplet: 63, DA and CB. RGB value is (99,218,203). Sum of RGB (Red+Green+Blue) = 99+218+203=520 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.04% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #63DACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DACB is #9C2534. Grayscale: #B4B4B4. Windows color (decimal): -10233141 or 13359715. OLE color: 13359715.

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

Color convert

RGB99218203-
CMYK0.5500.070.15
HSL172.44º61.66%62.16%-
HSV(B)172.44º54.59%85.49%-
XYZ4157.1165.36-
YUV180.71140.5869.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.04%
GREEN value IS 218 (85.55% from 255) = 41.92%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=19.04%
G=41.92%
B=39.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal992182030.5500.070.15172.4461.6662.16
Hex63DACB3707Fac3e3e
Octal1433323136707172547676
Binary110001111011010110010111101110111111110101100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63DACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,218,203); }

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

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

 a { background-color: rgb(99,218,203); }

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

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

 span { border-color: rgb(99,218,203); }

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