#70DBCA

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

Shades of Downy #70DBCA

Tints of Downy #70DBCA

Color information

#70DBCA (or 0x70DBCA) is unknown color: approx Downy. HEX triplet: 70, DB and CA. RGB value is (112,219,202). Sum of RGB (Red+Green+Blue) = 112+219+202=533 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.01% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBCA is #8F2435. Grayscale: #B9B9B9. Windows color (decimal): -9380918 or 13294448. OLE color: 13294448.

HSL color Cylindrical-coordinate representation of color #70DBCA: hue angle of 170.47º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DBCA is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB112219202-
CMYK0.4900.080.14
HSL170.47º59.78%64.9%-
HSV(B)170.47º48.86%85.88%-
XYZ42.6758.3764.89-
YUV185.07137.5575.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.01%
GREEN value IS 219 (85.94% from 255) = 41.09%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=21.01%
G=41.09%
B=37.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1122192020.4900.080.14170.4759.7864.9
Hex70DBCA3108Eaa3c41
Octal160333312610101625274101
Binary11100001101101111001010110001010001110101010101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,219,202); }

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

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

 a { background-color: rgb(112,219,202); }

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

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

 span { border-color: rgb(112,219,202); }

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