#70CAE5

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

Shades of Spray #70CAE5

Tints of Spray #70CAE5

Color information

#70CAE5 (or 0x70CAE5) is unknown color: approx Spray. HEX triplet: 70, CA and E5. RGB value is (112,202,229). Sum of RGB (Red+Green+Blue) = 112+202+229=543 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.63% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 229 - color contains mainly: blue. Hex color #70CAE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CAE5 is #8F351A. Grayscale: #B1B1B1. Windows color (decimal): -9385243 or 15059568. OLE color: 15059568.

HSL color Cylindrical-coordinate representation of color #70CAE5: hue angle of 193.85º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70CAE5 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB112202229-
CMYK0.510.1200.10
HSL193.85º69.23%66.86%-
HSV(B)193.85º51.09%89.8%-
XYZ41.9551.3481.83-
YUV178.17156.6880.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.63%
GREEN value IS 202 (79.30% from 255) = 37.20%
BLUE value IS 229 (89.84% from 255) = 42.17%
R=20.63%
G=37.20%
B=42.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1122022290.510.1200.10193.8569.2366.86
Hex70CAE533C0Ac24543
Octal1603123456314012302105103
Binary111000011001010111001011100111100010101100001010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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