Html Css Color HEX #70D8CF Downy

📋 copy color: '#70D8CF'

red 112 ◦ green 216 ◦ blue 207

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

Shades of Downy #70D8CF

Tints of Downy #70D8CF

RGB

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

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

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

R = 20.93%
G = 40.37%
B = 38.69%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#70D8CF (or 0x70D8CF) is known color: Downy. HEX triplet: 70, D8 and CF. RGB value is (112,216,207). Sum of RGB (Red+Green+Blue) = 112+216+207=535 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.93% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #70D8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D8CF is #8F2730. Grayscale: #B7B7B7. Windows color (decimal): -9381681 or 13621360. OLE color: 13621360.

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

Color convert

RGB 112 216 207 -
CMYK 0.48 0 0.04 0.15
HSL 174.81º 0.57% 0.64% -
HSV(B) 174.81º 0.48% 0.85% -
XYZ 42.5 57.06 67.81 -
YUV 183.88 141.04 76.73 -
System Red Green Blue C M Y K H S L
Decimal 112 216 207 0.48 0 0.04 0.15 174.81 0.57 0.64
Hex 70 D8 CF 30 0 4 F AF 39 40
Octal 160 330 317 60 0 4 17 257 71 100
Binary 1110000 11011000 11001111 110000 0 100 1111 10101111 111001 1000000

Color Harmonies of #70D8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D8CF

Black with #70D8CF

Text Example


Text Example

White with #70D8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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