Html Css Color HEX #70DBCB Downy

📋 copy color: '#70DBCB'

red 112 ◦ green 219 ◦ blue 203

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

Shades of Downy #70DBCB

Tints of Downy #70DBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.01%

R = 20.97%
G = 41.01%
B = 38.01%

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

#70DBCB (or 0x70DBCB) is known color: Downy. HEX triplet: 70, DB and CB. RGB value is (112,219,203). Sum of RGB (Red+Green+Blue) = 112+219+203=534 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.97% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBCB is #8F2434. Grayscale: #B9B9B9. Windows color (decimal): -9380917 or 13359984. OLE color: 13359984.

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

Color convert

RGB 112 219 203 -
CMYK 0.49 0 0.07 0.14
HSL 171.03º 0.6% 0.65% -
HSV(B) 171.03º 0.49% 0.86% -
XYZ 42.79 58.42 65.52 -
YUV 185.18 138.05 75.8 -
System Red Green Blue C M Y K H S L
Decimal 112 219 203 0.49 0 0.07 0.14 171.03 0.6 0.65
Hex 70 DB CB 31 0 7 E AB 3C 41
Octal 160 333 313 61 0 7 16 253 74 101
Binary 1110000 11011011 11001011 110001 0 111 1110 10101011 111100 1000001

Color Harmonies of #70DBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBCB

Black with #70DBCB

Text Example


Text Example

White with #70DBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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