Html Css Color HEX #70DACC Downy

📋 copy color: '#70DACC'

red 112 ◦ green 218 ◦ blue 204

#70DACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #70DACC

Tints of Downy #70DACC

RGB

 RED value IS 112 (44.14% from 255) = 20.97%

 GREEN value IS 218 (85.55% from 255) = 40.82%

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 20.97%
G = 40.82%
B = 38.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#70DACC (or 0x70DACC) is known color: Downy. HEX triplet: 70, DA and CC. RGB value is (112,218,204). Sum of RGB (Red+Green+Blue) = 112+218+204=534 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.97% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #70DACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DACC is #8F2533. Grayscale: #B8B8B8. Windows color (decimal): -9381172 or 13425264. OLE color: 13425264.

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

Color convert

RGB 112 218 204 -
CMYK 0.49 0 0.06 0.15
HSL 172.08º 0.59% 0.65% -
HSV(B) 172.08º 0.49% 0.85% -
XYZ 42.65 57.95 66.06 -
YUV 184.71 138.88 76.14 -
System Red Green Blue C M Y K H S L
Decimal 112 218 204 0.49 0 0.06 0.15 172.08 0.59 0.65
Hex 70 DA CC 31 0 6 F AC 3B 41
Octal 160 332 314 61 0 6 17 254 73 101
Binary 1110000 11011010 11001100 110001 0 110 1111 10101100 111011 1000001

Color Harmonies of #70DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DACC

Black with #70DACC

Text Example


Text Example

White with #70DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70DACC;
 }
 .AnyTagClassName
 {
   color: #70DACC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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