#63D8C1

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

Shades of Downy #63D8C1

Tints of Downy #63D8C1

Color information

#63D8C1 (or 0x63D8C1) is unknown color: approx Downy. HEX triplet: 63, D8 and C1. RGB value is (99,216,193). Sum of RGB (Red+Green+Blue) = 99+216+193=508 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.49% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #63D8C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D8C1 is #9C273E. Grayscale: #B2B2B2. Windows color (decimal): -10233663 or 12703843. OLE color: 12703843.

HSL color Cylindrical-coordinate representation of color #63D8C1: hue angle of 168.21º degrees, saturation: 0.6, 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 #63D8C1 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB99216193-
CMYK0.5400.110.15
HSL168.21º60%61.76%-
HSV(B)168.21º54.17%84.71%-
XYZ39.3355.6159.11-
YUV178.4136.2471.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.49%
GREEN value IS 216 (84.77% from 255) = 42.52%
BLUE value IS 193 (75.78% from 255) = 37.99%
R=19.49%
G=42.52%
B=37.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal992161930.5400.110.15168.216061.76
Hex63D8C1360BFa83c3e
Octal14333030166013172507476
Binary1100011110110001100000111011001011111110101000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,216,193); }

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

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

 a { background-color: rgb(99,216,193); }

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

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

 span { border-color: rgb(99,216,193); }

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