#66CFD0

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

Shades of Downy #66CFD0

Tints of Downy #66CFD0

Color information

#66CFD0 (or 0x66CFD0) is unknown color: approx Downy. HEX triplet: 66, CF and D0. RGB value is (102,207,208). Sum of RGB (Red+Green+Blue) = 102+207+208=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #66CFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CFD0 is #99302F. Grayscale: #AFAFAF. Windows color (decimal): -10039344 or 13684582. OLE color: 13684582.

HSL color Cylindrical-coordinate representation of color #66CFD0: hue angle of 180.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CFD0 is Cyan = 0.51, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB102207208-
CMYK0.510.0000.18
HSL180.57º53%60.78%-
HSV(B)180.57º50.96%81.57%-
XYZ39.185267.65-
YUV175.72146.2175.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.73%
GREEN value IS 207 (81.25% from 255) = 40.04%
BLUE value IS 208 (81.64% from 255) = 40.23%
R=19.73%
G=40.04%
B=40.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1022072080.510.0000.18180.575360.78
Hex66CFD0330012b5353d
Octal1463173206300222656575
Binary11001101100111111010000110011001001010110101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66CFD0; }

 p { color: rgb(102,207,208); }

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

<style>
 a { background-color: #66CFD0; }

 a { background-color: rgb(102,207,208); }

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

<style>
 span { border-color: #66CFD0; }

 span { border-color: rgb(102,207,208); }

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