#63D2CC

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

Shades of Downy #63D2CC

Tints of Downy #63D2CC

Color information

#63D2CC (or 0x63D2CC) is unknown color: approx Downy. HEX triplet: 63, D2 and CC. RGB value is (99,210,204). Sum of RGB (Red+Green+Blue) = 99+210+204=513 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.30% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #63D2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D2CC is #9C2D33. Grayscale: #B0B0B0. Windows color (decimal): -10235188 or 13423203. OLE color: 13423203.

HSL color Cylindrical-coordinate representation of color #63D2CC: hue angle of 176.76º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63D2CC is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB99210204-
CMYK0.5300.030.18
HSL176.76º55.22%60.59%-
HSV(B)176.76º52.86%82.35%-
XYZ39.0953.1165.32-
YUV176.13143.7372.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.30%
GREEN value IS 210 (82.42% from 255) = 40.94%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=19.30%
G=40.94%
B=39.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal992102040.5300.030.18176.7655.2260.59
Hex63D2CC350312b1373d
Octal1433223146503222616775
Binary110001111010010110011001101010111001010110001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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