#65ECCE

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

Shades of Downy #65ECCE

Tints of Downy #65ECCE

Color information

#65ECCE (or 0x65ECCE) is unknown color: approx Downy. HEX triplet: 65, EC and CE. RGB value is (101,236,206). Sum of RGB (Red+Green+Blue) = 101+236+206=543 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.60% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #65ECCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65ECCE is #9A1331. Grayscale: #C0C0C0. Windows color (decimal): -10097458 or 13560933. OLE color: 13560933.

HSL color Cylindrical-coordinate representation of color #65ECCE: hue angle of 166.67º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65ECCE is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB101236206-
CMYK0.5700.130.07
HSL166.67º78.03%66.08%-
HSV(B)166.67º57.2%92.55%-
XYZ46.567.2168.92-
YUV192.22135.7762.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.60%
GREEN value IS 236 (92.58% from 255) = 43.46%
BLUE value IS 206 (80.86% from 255) = 37.94%
R=18.60%
G=43.46%
B=37.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012362060.5700.130.07166.6778.0366.08
Hex65ECCE390D7a74e42
Octal145354316710157247116102
Binary11001011110110011001110111001011011111010011110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ECCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65ECCE; }

 p { color: rgb(101,236,206); }

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

<style>
 a { background-color: #65ECCE; }

 a { background-color: rgb(101,236,206); }

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

<style>
 span { border-color: #65ECCE; }

 span { border-color: rgb(101,236,206); }

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