#70C8DF

Color #70C8DF Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #70C8DF

Tints of Spray #70C8DF

Color information

#70C8DF (or 0x70C8DF) is unknown color: approx Spray. HEX triplet: 70, C8 and DF. RGB value is (112,200,223). Sum of RGB (Red+Green+Blue) = 112+200+223=535 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.93% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #70C8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C8DF is #8F3720. Grayscale: #B0B0B0. Windows color (decimal): -9385761 or 14665840. OLE color: 14665840.

HSL color Cylindrical-coordinate representation of color #70C8DF: hue angle of 192.43º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70C8DF is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB112200223-
CMYK0.500.1000.13
HSL192.43º63.43%65.69%-
HSV(B)192.43º49.78%87.45%-
XYZ40.6650.0877.34-
YUV176.31154.3582.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.93%
GREEN value IS 200 (78.52% from 255) = 37.38%
BLUE value IS 223 (87.5% from 255) = 41.68%
R=20.93%
G=37.38%
B=41.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122002230.500.1000.13192.4363.4365.69
Hex70C8DF32A0Dc03f42
Octal160310337621201530077102
Binary11100001100100011011111110010101001101110000001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,200,223); }

 H1.HeaderClassName
 {
   color: #70C8DF;
 }
 .AnyTagClassName
 {
   color: #70C8DF;
 }
</style>
background-color css

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

 a { background-color: rgb(112,200,223); }

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

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

 span { border-color: rgb(112,200,223); }

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