#70DBC8

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

Shades of Downy #70DBC8

Tints of Downy #70DBC8

Color information

#70DBC8 (or 0x70DBC8) is unknown color: approx Downy. HEX triplet: 70, DB and C8. RGB value is (112,219,200). Sum of RGB (Red+Green+Blue) = 112+219+200=531 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.09% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBC8 is #8F2437. Grayscale: #B8B8B8. Windows color (decimal): -9380920 or 13163376. OLE color: 13163376.

HSL color Cylindrical-coordinate representation of color #70DBC8: hue angle of 169.35º 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 #70DBC8 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB112219200-
CMYK0.4900.090.14
HSL169.35º59.78%64.9%-
HSV(B)169.35º48.86%85.88%-
XYZ42.4458.2863.66-
YUV184.84136.5576.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.09%
GREEN value IS 219 (85.94% from 255) = 41.24%
BLUE value IS 200 (78.52% from 255) = 37.66%
R=21.09%
G=41.24%
B=37.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1122192000.4900.090.14169.3559.7864.9
Hex70DBC83109Ea93c41
Octal160333310610111625174101
Binary11100001101101111001000110001010011110101010011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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