#70D8CC

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

Shades of Downy #70D8CC

Tints of Downy #70D8CC

Color information

#70D8CC (or 0x70D8CC) is unknown color: approx Downy. HEX triplet: 70, D8 and CC. RGB value is (112,216,204). Sum of RGB (Red+Green+Blue) = 112+216+204=532 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.05% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #70D8CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D8CC is #8F2733. Grayscale: #B7B7B7. Windows color (decimal): -9381684 or 13424752. OLE color: 13424752.

HSL color Cylindrical-coordinate representation of color #70D8CC: hue angle of 173.08º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D8CC is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB112216204-
CMYK0.4800.060.15
HSL173.08º57.14%64.31%-
HSV(B)173.08º48.15%84.71%-
XYZ42.1456.9265.89-
YUV183.54139.5476.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.05%
GREEN value IS 216 (84.77% from 255) = 40.60%
BLUE value IS 204 (80.08% from 255) = 38.35%
R=21.05%
G=40.60%
B=38.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122162040.4800.060.15173.0857.1464.31
Hex70D8CC3006Fad3940
Octal16033031460061725571100
Binary1110000110110001100110011000001101111101011011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,216,204); }

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

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

 a { background-color: rgb(112,216,204); }

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

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

 span { border-color: rgb(112,216,204); }

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