#65d1ce

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

Shades of Downy #65D1CE

Tints of Downy #65D1CE

Color information

#65D1CE (or 0x65D1CE) is unknown color: approx Downy. HEX triplet: 65, D1 and CE. RGB value is (101,209,206). Sum of RGB (Red+Green+Blue) = 101+209+206=516 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.57% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 209 - color contains mainly: green. Hex color #65D1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D1CE is #9A2E31. Grayscale: #B0B0B0. Windows color (decimal): -10104370 or 13554021. OLE color: 13554021.

HSL color Cylindrical-coordinate representation of color #65D1CE: hue angle of 178.33º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65D1CE is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB101209206-
CMYK0.5200.010.18
HSL178.33º54%60.78%-
HSV(B)178.33º51.67%81.96%-
XYZ39.3152.8266.52-
YUV176.37144.7274.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.57%
GREEN value IS 209 (82.03% from 255) = 40.50%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=19.57%
G=40.50%
B=39.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1012092060.5200.010.18178.335460.78
Hex65D1CE340112b2363d
Octal1453213166401222626675
Binary11001011101000111001110110100011001010110010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65d1ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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