#63D9CD

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

Shades of Downy #63D9CD

Tints of Downy #63D9CD

Color information

#63D9CD (or 0x63D9CD) is unknown color: approx Downy. HEX triplet: 63, D9 and CD. RGB value is (99,217,205). Sum of RGB (Red+Green+Blue) = 99+217+205=521 (69% of max value = 765). Red value is 99 (39.06% from 255 or 19.00% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #63D9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D9CD is #9C2632. Grayscale: #B4B4B4. Windows color (decimal): -10233395 or 13490531. OLE color: 13490531.

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

Color convert

RGB99217205-
CMYK0.5400.060.15
HSL173.9º60.82%61.96%-
HSV(B)173.9º54.38%85.1%-
XYZ40.9856.6966.54-
YUV180.35141.9169.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.00%
GREEN value IS 217 (85.16% from 255) = 41.65%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=19.00%
G=41.65%
B=39.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal992172050.5400.060.15173.960.8261.96
Hex63D9CD3606Fae3d3e
Octal1433313156606172567576
Binary110001111011001110011011101100110111110101110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,217,205); }

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

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

 a { background-color: rgb(99,217,205); }

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

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

 span { border-color: rgb(99,217,205); }

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