#63E1CE

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

Shades of Downy #63E1CE

Tints of Downy #63E1CE

Color information

#63E1CE (or 0x63E1CE) is unknown color: approx Downy. HEX triplet: 63, E1 and CE. RGB value is (99,225,206). Sum of RGB (Red+Green+Blue) = 99+225+206=530 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.68% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #63E1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E1CE is #9C1E31. Grayscale: #B9B9B9. Windows color (decimal): -10231346 or 13558115. OLE color: 13558115.

HSL color Cylindrical-coordinate representation of color #63E1CE: hue angle of 170.95º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63E1CE is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB99225206-
CMYK0.5600.080.12
HSL170.95º67.74%63.53%-
HSV(B)170.95º56%88.24%-
XYZ43.2160.9667.88-
YUV185.16139.7666.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.68%
GREEN value IS 225 (88.28% from 255) = 42.45%
BLUE value IS 206 (80.86% from 255) = 38.87%
R=18.68%
G=42.45%
B=38.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal992252060.5600.080.12170.9567.7463.53
Hex63E1CE3808Cab4440
Octal1433413167001014253104100
Binary110001111100001110011101110000100011001010101110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63E1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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