Html Css Color HEX #70CBCC Downy

📋 copy color: '#70CBCC'

red 112 ◦ green 203 ◦ blue 204

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

Shades of Downy #70CBCC

Tints of Downy #70CBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.11%

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

R = 21.58%
G = 39.11%
B = 39.31%

CMYK

 C value IS 0.45

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#70CBCC (or 0x70CBCC) is known color: Downy. HEX triplet: 70, CB and CC. RGB value is (112,203,204). Sum of RGB (Red+Green+Blue) = 112+203+204=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #70CBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CBCC is #8F3433. Grayscale: #AFAFAF. Windows color (decimal): -9385012 or 13421424. OLE color: 13421424.

HSL color Cylindrical-coordinate representation of color #70CBCC: hue angle of 180.65º degrees, saturation: 0.47, 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 #70CBCC is Cyan = 0.45, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 203 204 -
CMYK 0.45 0.00 0 0.2
HSL 180.65º 0.47% 0.62% -
HSV(B) 180.65º 0.45% 0.8% -
XYZ 38.94 50.52 64.83 -
YUV 175.91 143.85 82.42 -
System Red Green Blue C M Y K H S L
Decimal 112 203 204 0.45 0.00 0 0.2 180.65 0.47 0.62
Hex 70 CB CC 2D 0 0 14 B5 2F 3E
Octal 160 313 314 55 0 0 24 265 57 76
Binary 1110000 11001011 11001100 101101 0 0 10100 10110101 101111 111110

Color Harmonies of #70CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CBCC

Black with #70CBCC

Text Example


Text Example

White with #70CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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