Html Css Color HEX #70D8CC Downy

📋 copy color: '#70D8CC'

red 112 ◦ green 216 ◦ blue 204

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

Shades of Downy #70D8CC

Tints of Downy #70D8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.6%

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

R = 21.05%
G = 40.6%
B = 38.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#70D8CC (or 0x70D8CC) is known color: 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

RGB 112 216 204 -
CMYK 0.48 0 0.06 0.15
HSL 173.08º 0.57% 0.64% -
HSV(B) 173.08º 0.48% 0.85% -
XYZ 42.14 56.92 65.89 -
YUV 183.54 139.54 76.98 -
System Red Green Blue C M Y K H S L
Decimal 112 216 204 0.48 0 0.06 0.15 173.08 0.57 0.64
Hex 70 D8 CC 30 0 6 F AD 39 40
Octal 160 330 314 60 0 6 17 255 71 100
Binary 1110000 11011000 11001100 110000 0 110 1111 10101101 111001 1000000

Color Harmonies of #70D8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D8CC

Black with #70D8CC

Text Example


Text Example

White with #70D8CC

Text Example


Text Example

HTML Codes & Css Web 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>