#63D6CD

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

Shades of Downy #63D6CD

Tints of Downy #63D6CD

Color information

#63D6CD (or 0x63D6CD) is unknown color: approx Downy. HEX triplet: 63, D6 and CD. RGB value is (99,214,205). Sum of RGB (Red+Green+Blue) = 99+214+205=518 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.11% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #63D6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D6CD is #9C2932. Grayscale: #B2B2B2. Windows color (decimal): -10234163 or 13489763. OLE color: 13489763.

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

Color convert

RGB99214205-
CMYK0.5400.040.16
HSL175.3º58.38%61.37%-
HSV(B)175.3º53.74%83.92%-
XYZ40.2155.1566.28-
YUV178.59142.971.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.11%
GREEN value IS 214 (83.98% from 255) = 41.31%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=19.11%
G=41.31%
B=39.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal992142050.5400.040.16175.358.3861.37
Hex63D6CD360410af3a3d
Octal1433263156604202577275
Binary1100011110101101100110111011001001000010101111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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