#63cfcc

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

Shades of Downy #63CFCC

Tints of Downy #63CFCC

Color information

#63CFCC (or 0x63CFCC) is unknown color: approx Downy. HEX triplet: 63, CF and CC. RGB value is (99,207,204). Sum of RGB (Red+Green+Blue) = 99+207+204=510 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.41% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #63CFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CFCC is #9C3033. Grayscale: #AEAEAE. Windows color (decimal): -10235956 or 13422435. OLE color: 13422435.

HSL color Cylindrical-coordinate representation of color #63CFCC: hue angle of 178.33º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CFCC is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB99207204-
CMYK0.5200.010.19
HSL178.33º52.94%60%-
HSV(B)178.33º52.17%81.18%-
XYZ38.3651.6465.07-
YUV174.37144.7274.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.41%
GREEN value IS 207 (81.25% from 255) = 40.59%
BLUE value IS 204 (80.08% from 255) = 40%
R=19.41%
G=40.59%
B=40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal992072040.5200.010.19178.3352.9460
Hex63CFCC340113b2353c
Octal1433173146401232626574
Binary11000111100111111001100110100011001110110010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63cfcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,207,204); }

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

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

 a { background-color: rgb(99,207,204); }

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

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

 span { border-color: rgb(99,207,204); }

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