#65D8CB

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

Shades of Downy #65D8CB

Tints of Downy #65D8CB

Color information

#65D8CB (or 0x65D8CB) is unknown color: approx Downy. HEX triplet: 65, D8 and CB. RGB value is (101,216,203). Sum of RGB (Red+Green+Blue) = 101+216+203=520 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.42% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #65D8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D8CB is #9A2734. Grayscale: #B4B4B4. Windows color (decimal): -10102581 or 13359205. OLE color: 13359205.

HSL color Cylindrical-coordinate representation of color #65D8CB: hue angle of 173.22º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D8CB is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB101216203-
CMYK0.5300.060.15
HSL173.22º59.59%62.16%-
HSV(B)173.22º53.24%84.71%-
XYZ40.756.1965.2-
YUV180.13140.971.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.42%
GREEN value IS 216 (84.77% from 255) = 41.54%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=19.42%
G=41.54%
B=39.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1012162030.5300.060.15173.2259.5962.16
Hex65D8CB3506Fad3c3e
Octal1453303136506172557476
Binary110010111011000110010111101010110111110101101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,216,203); }

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

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

 a { background-color: rgb(101,216,203); }

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

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

 span { border-color: rgb(101,216,203); }

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