#70CAD0

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

Shades of Spray #70CAD0

Tints of Spray #70CAD0

Color information

#70CAD0 (or 0x70CAD0) is unknown color: approx Spray. HEX triplet: 70, CA and D0. RGB value is (112,202,208). Sum of RGB (Red+Green+Blue) = 112+202+208=522 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.46% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #70CAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CAD0 is #8F352F. Grayscale: #AFAFAF. Windows color (decimal): -9385264 or 13683312. OLE color: 13683312.

HSL color Cylindrical-coordinate representation of color #70CAD0: hue angle of 183.75º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CAD0 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB112202208-
CMYK0.460.0300.18
HSL183.75º50.53%62.75%-
HSV(B)183.75º46.15%81.57%-
XYZ39.1950.2467.31-
YUV175.77146.1882.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.46%
GREEN value IS 202 (79.30% from 255) = 38.70%
BLUE value IS 208 (81.64% from 255) = 39.85%
R=21.46%
G=38.70%
B=39.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1122022080.460.0300.18183.7550.5362.75
Hex70CAD02E3012b8333f
Octal1603123205630222706377
Binary111000011001010110100001011101101001010111000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,202,208); }

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

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

 a { background-color: rgb(112,202,208); }

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

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

 span { border-color: rgb(112,202,208); }

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