#63cdc9

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

Shades of Downy #63CDC9

Tints of Downy #63CDC9

Color information

#63CDC9 (or 0x63CDC9) is unknown color: approx Downy. HEX triplet: 63, CD and C9. RGB value is (99,205,201). Sum of RGB (Red+Green+Blue) = 99+205+201=505 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.60% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #63CDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CDC9 is #9C3236. Grayscale: #ACACAC. Windows color (decimal): -10236471 or 13225315. OLE color: 13225315.

HSL color Cylindrical-coordinate representation of color #63CDC9: hue angle of 177.74º 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 #63CDC9 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB99205201-
CMYK0.5200.020.20
HSL177.74º51.46%59.61%-
HSV(B)177.74º51.71%80.39%-
XYZ37.5250.5363.03-
YUV172.85143.8875.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.60%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 201 (78.91% from 255) = 39.80%
R=19.60%
G=40.59%
B=39.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal992052010.5200.020.20177.7451.4659.61
Hex63CDC9340214b2333c
Octal1433153116402242626374
Binary110001111001101110010011101000101010010110010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63cdc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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