Html Css Color HEX #70C9DC Spray

📋 copy color: '#70C9DC'

red 112 ◦ green 201 ◦ blue 220

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

Shades of Spray #70C9DC

Tints of Spray #70C9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.71%

 BLUE value IS 220 (86.33% from 255) = 41.28%

R = 21.01%
G = 37.71%
B = 41.28%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#70C9DC (or 0x70C9DC) is known color: Spray. HEX triplet: 70, C9 and DC. RGB value is (112,201,220). Sum of RGB (Red+Green+Blue) = 112+201+220=533 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.01% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #70C9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C9DC is #8F3623. Grayscale: #B0B0B0. Windows color (decimal): -9385508 or 14469488. OLE color: 14469488.

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

Color convert

RGB 112 201 220 -
CMYK 0.49 0.09 0 0.14
HSL 190.56º 0.61% 0.65% -
HSV(B) 190.56º 0.49% 0.86% -
XYZ 40.49 50.39 75.3 -
YUV 176.56 152.51 81.96 -
System Red Green Blue C M Y K H S L
Decimal 112 201 220 0.49 0.09 0 0.14 190.56 0.61 0.65
Hex 70 C9 DC 31 9 0 E BF 3D 41
Octal 160 311 334 61 11 0 16 277 75 101
Binary 1110000 11001001 11011100 110001 1001 0 1110 10111111 111101 1000001

Color Harmonies of #70C9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C9DC

Black with #70C9DC

Text Example


Text Example

White with #70C9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,201,220); }

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

background-color css

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

 a { background-color: rgb(112,201,220); }

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

border-color css

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

 span { border-color: rgb(112,201,220); }

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