#70C8DE

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

Shades of Spray #70C8DE

Tints of Spray #70C8DE

Color information

#70C8DE (or 0x70C8DE) is unknown color: approx Spray. HEX triplet: 70, C8 and DE. RGB value is (112,200,222). Sum of RGB (Red+Green+Blue) = 112+200+222=534 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.97% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #70C8DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C8DE is #8F3721. Grayscale: #B0B0B0. Windows color (decimal): -9385762 or 14600304. OLE color: 14600304.

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

Color convert

RGB112200222-
CMYK0.500.1000.13
HSL192º62.5%65.49%-
HSV(B)192º49.55%87.06%-
XYZ40.5250.0376.63-
YUV176.2153.8582.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.97%
GREEN value IS 200 (78.52% from 255) = 37.45%
BLUE value IS 222 (87.11% from 255) = 41.57%
R=20.97%
G=37.45%
B=41.57%

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
Decimal1122002220.500.1000.1319262.565.49
Hex70C8DE32A0Dc03e41
Octal160310336621201530076101
Binary11100001100100011011110110010101001101110000001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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