Html Css Color HEX #70DBCC Downy

📋 copy color: '#70DBCC'

red 112 ◦ green 219 ◦ blue 204

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

Shades of Downy #70DBCC

Tints of Downy #70DBCC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.93%

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

R = 20.93%
G = 40.93%
B = 38.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#70DBCC (or 0x70DBCC) is known color: Downy. HEX triplet: 70, DB and CC. RGB value is (112,219,204). Sum of RGB (Red+Green+Blue) = 112+219+204=535 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.93% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBCC is #8F2433. Grayscale: #B9B9B9. Windows color (decimal): -9380916 or 13425520. OLE color: 13425520.

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

Color convert

RGB 112 219 204 -
CMYK 0.49 0 0.07 0.14
HSL 171.59º 0.6% 0.65% -
HSV(B) 171.59º 0.49% 0.86% -
XYZ 42.91 58.47 66.15 -
YUV 185.3 138.55 75.72 -
System Red Green Blue C M Y K H S L
Decimal 112 219 204 0.49 0 0.07 0.14 171.59 0.6 0.65
Hex 70 DB CC 31 0 7 E AC 3C 41
Octal 160 333 314 61 0 7 16 254 74 101
Binary 1110000 11011011 11001100 110001 0 111 1110 10101100 111100 1000001

Color Harmonies of #70DBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBCC

Black with #70DBCC

Text Example


Text Example

White with #70DBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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