#65DFCE

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

Shades of Downy #65DFCE

Tints of Downy #65DFCE

Color information

#65DFCE (or 0x65DFCE) is unknown color: approx Downy. HEX triplet: 65, DF and CE. RGB value is (101,223,206). Sum of RGB (Red+Green+Blue) = 101+223+206=530 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.06% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #65DFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DFCE is #9A2031. Grayscale: #B8B8B8. Windows color (decimal): -10100786 or 13557605. OLE color: 13557605.

HSL color Cylindrical-coordinate representation of color #65DFCE: hue angle of 171.64º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DFCE is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB101223206-
CMYK0.5500.080.13
HSL171.64º65.59%63.53%-
HSV(B)171.64º54.71%87.45%-
XYZ42.96067.71-
YUV184.58140.0868.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.06%
GREEN value IS 223 (87.5% from 255) = 42.08%
BLUE value IS 206 (80.86% from 255) = 38.87%
R=19.06%
G=42.08%
B=38.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1012232060.5500.080.13171.6465.5963.53
Hex65DFCE3708Dac4240
Octal1453373166701015254102100
Binary110010111011111110011101101110100011011010110010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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