#65CACC

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

Shades of Downy #65CACC

Tints of Downy #65CACC

Color information

#65CACC (or 0x65CACC) is unknown color: approx Downy. HEX triplet: 65, CA and CC. RGB value is (101,202,204). Sum of RGB (Red+Green+Blue) = 101+202+204=507 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.92% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #65CACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CACC is #9A3533. Grayscale: #ABABAB. Windows color (decimal): -10106164 or 13421157. OLE color: 13421157.

HSL color Cylindrical-coordinate representation of color #65CACC: hue angle of 181.17º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CACC is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB101202204-
CMYK0.500.0100.2
HSL181.17º50.24%59.8%-
HSV(B)181.17º50.49%80%-
XYZ37.3949.3764.69-
YUV172.03146.0477.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.92%
GREEN value IS 202 (79.30% from 255) = 39.84%
BLUE value IS 204 (80.08% from 255) = 40.24%
R=19.92%
G=39.84%
B=40.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1012022040.500.0100.2181.1750.2459.8
Hex65CACC321014b5323c
Octal1453123146210242656274
Binary11001011100101011001100110010101010010110101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,202,204); }

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

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

 a { background-color: rgb(101,202,204); }

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

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

 span { border-color: rgb(101,202,204); }

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