Html Css Color HEX #70D9CF Downy

📋 copy color: '#70D9CF'

red 112 ◦ green 217 ◦ blue 207

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

Shades of Downy #70D9CF

Tints of Downy #70D9CF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.49%

 BLUE value IS 207 (81.25% from 255) = 38.62%

R = 20.9%
G = 40.49%
B = 38.62%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#70D9CF (or 0x70D9CF) is known color: Downy. HEX triplet: 70, D9 and CF. RGB value is (112,217,207). Sum of RGB (Red+Green+Blue) = 112+217+207=536 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.90% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #70D9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D9CF is #8F2630. Grayscale: #B8B8B8. Windows color (decimal): -9381425 or 13621616. OLE color: 13621616.

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

Color convert

RGB 112 217 207 -
CMYK 0.48 0 0.05 0.15
HSL 174.29º 0.58% 0.65% -
HSV(B) 174.29º 0.48% 0.85% -
XYZ 42.76 57.58 67.89 -
YUV 184.47 140.71 76.31 -
System Red Green Blue C M Y K H S L
Decimal 112 217 207 0.48 0 0.05 0.15 174.29 0.58 0.65
Hex 70 D9 CF 30 0 5 F AE 3A 41
Octal 160 331 317 60 0 5 17 256 72 101
Binary 1110000 11011001 11001111 110000 0 101 1111 10101110 111010 1000001

Color Harmonies of #70D9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D9CF

Black with #70D9CF

Text Example


Text Example

White with #70D9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,217,207); }

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

background-color css

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

 a { background-color: rgb(112,217,207); }

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

border-color css

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

 span { border-color: rgb(112,217,207); }

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