#70DACF

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

Shades of Downy #70DACF

Tints of Downy #70DACF

Color information

#70DACF (or 0x70DACF) is unknown color: approx Downy. HEX triplet: 70, DA and CF. RGB value is (112,218,207). Sum of RGB (Red+Green+Blue) = 112+218+207=537 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.86% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #70DACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DACF is #8F2530. Grayscale: #B8B8B8. Windows color (decimal): -9381169 or 13621872. OLE color: 13621872.

HSL color Cylindrical-coordinate representation of color #70DACF: hue angle of 173.77º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DACF is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB112218207-
CMYK0.4900.050.15
HSL173.77º58.89%64.71%-
HSV(B)173.77º48.62%85.49%-
XYZ43.0258.0967.98-
YUV185.05140.3875.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.86%
GREEN value IS 218 (85.55% from 255) = 40.60%
BLUE value IS 207 (81.25% from 255) = 38.55%
R=20.86%
G=40.60%
B=38.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122182070.4900.050.15173.7758.8964.71
Hex70DACF3105Fae3b41
Octal16033231761051725673101
Binary1110000110110101100111111000101011111101011101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70DACF; }

 p { color: rgb(112,218,207); }

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

<style>
 a { background-color: #70DACF; }

 a { background-color: rgb(112,218,207); }

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

<style>
 span { border-color: #70DACF; }

 span { border-color: rgb(112,218,207); }

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