#70CCE1

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

Shades of Spray #70CCE1

Tints of Spray #70CCE1

Color information

#70CCE1 (or 0x70CCE1) is unknown color: approx Spray. HEX triplet: 70, CC and E1. RGB value is (112,204,225). Sum of RGB (Red+Green+Blue) = 112+204+225=541 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.70% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #70CCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CCE1 is #8F331E. Grayscale: #B2B2B2. Windows color (decimal): -9384735 or 14797936. OLE color: 14797936.

HSL color Cylindrical-coordinate representation of color #70CCE1: hue angle of 191.15º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70CCE1 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB112204225-
CMYK0.500.0900.12
HSL191.15º65.32%66.08%-
HSV(B)191.15º50.22%88.24%-
XYZ41.8752.0779.08-
YUV178.89154.0280.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.70%
GREEN value IS 204 (80.08% from 255) = 37.71%
BLUE value IS 225 (88.28% from 255) = 41.59%
R=20.70%
G=37.71%
B=41.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1122042250.500.0900.12191.1565.3266.08
Hex70CCE13290Cbf4142
Octal1603143416211014277101102
Binary111000011001100111000011100101001011001011111110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,204,225); }

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

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

 a { background-color: rgb(112,204,225); }

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

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

 span { border-color: rgb(112,204,225); }

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