#63D4CE

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

Shades of Downy #63D4CE

Tints of Downy #63D4CE

Color information

#63D4CE (or 0x63D4CE) is unknown color: approx Downy. HEX triplet: 63, D4 and CE. RGB value is (99,212,206). Sum of RGB (Red+Green+Blue) = 99+212+206=517 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.15% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 212 - color contains mainly: green. Hex color #63D4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D4CE is #9C2B31. Grayscale: #B1B1B1. Windows color (decimal): -10234674 or 13554787. OLE color: 13554787.

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

Color convert

RGB99212206-
CMYK0.5300.030.17
HSL176.81º56.78%60.98%-
HSV(B)176.81º53.3%83.14%-
XYZ39.8354.266.75-
YUV177.53144.0671.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.15%
GREEN value IS 212 (83.20% from 255) = 41.01%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=19.15%
G=41.01%
B=39.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal992122060.5300.030.17176.8156.7860.98
Hex63D4CE350311b1393d
Octal1433243166503212617175
Binary110001111010100110011101101010111000110110001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,212,206); }

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

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

 a { background-color: rgb(99,212,206); }

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

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

 span { border-color: rgb(99,212,206); }

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