#63E0CF

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

Shades of Downy #63E0CF

Tints of Downy #63E0CF

Color information

#63E0CF (or 0x63E0CF) is unknown color: approx Downy. HEX triplet: 63, E0 and CF. RGB value is (99,224,207). Sum of RGB (Red+Green+Blue) = 99+224+207=530 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.68% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #63E0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E0CF is #9C1F30. Grayscale: #B8B8B8. Windows color (decimal): -10231601 or 13623395. OLE color: 13623395.

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

Color convert

RGB99224207-
CMYK0.5600.080.12
HSL171.84º66.84%63.33%-
HSV(B)171.84º55.8%87.84%-
XYZ43.0660.4768.43-
YUV184.69140.5966.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.68%
GREEN value IS 224 (87.89% from 255) = 42.26%
BLUE value IS 207 (81.25% from 255) = 39.06%
R=18.68%
G=42.26%
B=39.06%

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
Decimal992242070.5600.080.12171.8466.8463.33
Hex63E0CF3808Cac433f
Octal143340317700101425410377
Binary11000111110000011001111111000010001100101011001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63E0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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