#63D1CD

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

Shades of Downy #63D1CD

Tints of Downy #63D1CD

Color information

#63D1CD (or 0x63D1CD) is unknown color: approx Downy. HEX triplet: 63, D1 and CD. RGB value is (99,209,205). Sum of RGB (Red+Green+Blue) = 99+209+205=513 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.30% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 209 - color contains mainly: green. Hex color #63D1CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D1CD is #9C2E32. Grayscale: #AFAFAF. Windows color (decimal): -10235443 or 13488483. OLE color: 13488483.

HSL color Cylindrical-coordinate representation of color #63D1CD: hue angle of 177.82º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63D1CD is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB99209205-
CMYK0.5300.020.18
HSL177.82º54.46%60.39%-
HSV(B)177.82º52.63%81.96%-
XYZ38.9752.6665.87-
YUV175.65144.5673.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.30%
GREEN value IS 209 (82.03% from 255) = 40.74%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=19.30%
G=40.74%
B=39.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal992092050.5300.020.18177.8254.4660.39
Hex63D1CD350212b2363c
Octal1433213156502222626674
Binary110001111010001110011011101010101001010110010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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