#63CEBC

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

Shades of Downy #63CEBC

Tints of Downy #63CEBC

Color information

#63CEBC (or 0x63CEBC) is unknown color: approx Downy. HEX triplet: 63, CE and BC. RGB value is (99,206,188). Sum of RGB (Red+Green+Blue) = 99+206+188=493 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.08% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #63CEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CEBC is #9C3143. Grayscale: #ABABAB. Windows color (decimal): -10236228 or 12373603. OLE color: 12373603.

HSL color Cylindrical-coordinate representation of color #63CEBC: hue angle of 169.91º degrees, saturation: 0.52, 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 #63CEBC is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB99206188-
CMYK0.5200.090.19
HSL169.91º52.2%59.8%-
HSV(B)169.91º51.94%80.78%-
XYZ36.2950.4355.4-
YUV171.96137.0575.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.08%
GREEN value IS 206 (80.86% from 255) = 41.78%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=20.08%
G=41.78%
B=38.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal992061880.5200.090.19169.9152.259.8
Hex63CEBC340913aa343c
Octal14331627464011232526474
Binary11000111100111010111100110100010011001110101010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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