#63D7CB

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

Shades of Downy #63D7CB

Tints of Downy #63D7CB

Color information

#63D7CB (or 0x63D7CB) is unknown color: approx Downy. HEX triplet: 63, D7 and CB. RGB value is (99,215,203). Sum of RGB (Red+Green+Blue) = 99+215+203=517 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.15% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 215 - color contains mainly: green. Hex color #63D7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D7CB is #9C2834. Grayscale: #B2B2B2. Windows color (decimal): -10233909 or 13358947. OLE color: 13358947.

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

Color convert

RGB99215203-
CMYK0.5400.060.16
HSL173.79º59.18%61.57%-
HSV(B)173.79º53.95%84.31%-
XYZ40.2355.5765.1-
YUV178.95141.5770.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.15%
GREEN value IS 215 (84.38% from 255) = 41.59%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=19.15%
G=41.59%
B=39.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal992152030.5400.060.16173.7959.1861.57
Hex63D7CB360610ae3b3e
Octal1433273136606202567376
Binary1100011110101111100101111011001101000010101110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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