#70CACF

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

Shades of Spray #70CACF

Tints of Spray #70CACF

Color information

#70CACF (or 0x70CACF) is unknown color: approx Spray. HEX triplet: 70, CA and CF. RGB value is (112,202,207). Sum of RGB (Red+Green+Blue) = 112+202+207=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #70CACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CACF is #8F3530. Grayscale: #AFAFAF. Windows color (decimal): -9385265 or 13617776. OLE color: 13617776.

HSL color Cylindrical-coordinate representation of color #70CACF: hue angle of 183.16º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CACF is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB112202207-
CMYK0.460.0200.19
HSL183.16º49.74%62.55%-
HSV(B)183.16º45.89%81.18%-
XYZ39.0750.1966.66-
YUV175.66145.6882.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.50%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 207 (81.25% from 255) = 39.73%
R=21.50%
G=38.77%
B=39.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122022070.460.0200.19183.1649.7462.55
Hex70CACF2E2013b7323f
Octal1603123175620232676277
Binary111000011001010110011111011101001001110110111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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