#65D8CD

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

Shades of Downy #65D8CD

Tints of Downy #65D8CD

Color information

#65D8CD (or 0x65D8CD) is unknown color: approx Downy. HEX triplet: 65, D8 and CD. RGB value is (101,216,205). Sum of RGB (Red+Green+Blue) = 101+216+205=522 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.35% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #65D8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D8CD is #9A2732. Grayscale: #B4B4B4. Windows color (decimal): -10102579 or 13490277. OLE color: 13490277.

HSL color Cylindrical-coordinate representation of color #65D8CD: hue angle of 174.26º 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 #65D8CD is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB101216205-
CMYK0.5300.050.15
HSL174.26º59.59%62.16%-
HSV(B)174.26º53.24%84.71%-
XYZ40.9456.2966.46-
YUV180.36141.971.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.35%
GREEN value IS 216 (84.77% from 255) = 41.38%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=19.35%
G=41.38%
B=39.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1012162050.5300.050.15174.2659.5962.16
Hex65D8CD3505Fae3c3e
Octal1453303156505172567476
Binary110010111011000110011011101010101111110101110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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