#63DFCB

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

Shades of Downy #63DFCB

Tints of Downy #63DFCB

Color information

#63DFCB (or 0x63DFCB) is unknown color: approx Downy. HEX triplet: 63, DF and CB. RGB value is (99,223,203). Sum of RGB (Red+Green+Blue) = 99+223+203=525 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.86% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #63DFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DFCB is #9C2034. Grayscale: #B7B7B7. Windows color (decimal): -10231861 or 13360995. OLE color: 13360995.

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

Color convert

RGB99223203-
CMYK0.5600.090.13
HSL170.32º65.96%63.14%-
HSV(B)170.32º55.61%87.45%-
XYZ42.3159.7465.8-
YUV183.64138.9267.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.86%
GREEN value IS 223 (87.5% from 255) = 42.48%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=18.86%
G=42.48%
B=38.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal992232030.5600.090.13170.3265.9663.14
Hex63DFCB3809Daa423f
Octal143337313700111525210277
Binary11000111101111111001011111000010011101101010101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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