Html Css Color HEX #70CCCD Downy

📋 copy color: '#70CCCD'

red 112 ◦ green 204 ◦ blue 205

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

Shades of Downy #70CCCD

Tints of Downy #70CCCD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.16%

 BLUE value IS 205 (80.47% from 255) = 39.35%

R = 21.5%
G = 39.16%
B = 39.35%

CMYK

 C value IS 0.45

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#70CCCD (or 0x70CCCD) is known color: Downy. HEX triplet: 70, CC and CD. RGB value is (112,204,205). Sum of RGB (Red+Green+Blue) = 112+204+205=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #70CCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CCCD is #8F3332. Grayscale: #B0B0B0. Windows color (decimal): -9384755 or 13487216. OLE color: 13487216.

HSL color Cylindrical-coordinate representation of color #70CCCD: hue angle of 180.65º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CCCD is Cyan = 0.45, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 204 205 -
CMYK 0.45 0.00 0 0.20
HSL 180.65º 0.48% 0.62% -
HSV(B) 180.65º 0.45% 0.8% -
XYZ 39.29 51.04 65.54 -
YUV 176.61 144.02 81.92 -
System Red Green Blue C M Y K H S L
Decimal 112 204 205 0.45 0.00 0 0.20 180.65 0.48 0.62
Hex 70 CC CD 2D 0 0 14 B5 30 3E
Octal 160 314 315 55 0 0 24 265 60 76
Binary 1110000 11001100 11001101 101101 0 0 10100 10110101 110000 111110

Color Harmonies of #70CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CCCD

Black with #70CCCD

Text Example


Text Example

White with #70CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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