#63CDC7

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

Shades of Downy #63CDC7

Tints of Downy #63CDC7

Color information

#63CDC7 (or 0x63CDC7) is unknown color: approx Downy. HEX triplet: 63, CD and C7. RGB value is (99,205,199). Sum of RGB (Red+Green+Blue) = 99+205+199=503 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.68% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #63CDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CDC7 is #9C3238. Grayscale: #ACACAC. Windows color (decimal): -10236473 or 13094243. OLE color: 13094243.

HSL color Cylindrical-coordinate representation of color #63CDC7: hue angle of 176.6º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CDC7 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB99205199-
CMYK0.5200.030.20
HSL176.6º51.46%59.61%-
HSV(B)176.6º51.71%80.39%-
XYZ37.2950.4461.8-
YUV172.62142.8875.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.68%
GREEN value IS 205 (80.47% from 255) = 40.76%
BLUE value IS 199 (78.12% from 255) = 39.56%
R=19.68%
G=40.76%
B=39.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal992051990.5200.030.20176.651.4659.61
Hex63CDC7340314b1333c
Octal1433153076403242616374
Binary110001111001101110001111101000111010010110001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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