#63D3CB

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

Shades of Downy #63D3CB

Tints of Downy #63D3CB

Color information

#63D3CB (or 0x63D3CB) is unknown color: approx Downy. HEX triplet: 63, D3 and CB. RGB value is (99,211,203). Sum of RGB (Red+Green+Blue) = 99+211+203=513 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.30% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #63D3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D3CB is #9C2C34. Grayscale: #B0B0B0. Windows color (decimal): -10234933 or 13357923. OLE color: 13357923.

HSL color Cylindrical-coordinate representation of color #63D3CB: hue angle of 175.71º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63D3CB is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB99211203-
CMYK0.5300.040.17
HSL175.71º56%60.78%-
HSV(B)175.71º53.08%82.75%-
XYZ39.2253.5564.77-
YUV176.6142.8972.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.30%
GREEN value IS 211 (82.81% from 255) = 41.13%
BLUE value IS 203 (79.69% from 255) = 39.57%
R=19.30%
G=41.13%
B=39.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal992112030.5300.040.17175.715660.78
Hex63D3CB350411b0383d
Octal1433233136504212607075
Binary1100011110100111100101111010101001000110110000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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