#70CCE3

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

Shades of Spray #70CCE3

Tints of Spray #70CCE3

Color information

#70CCE3 (or 0x70CCE3) is unknown color: approx Spray. HEX triplet: 70, CC and E3. RGB value is (112,204,227). Sum of RGB (Red+Green+Blue) = 112+204+227=543 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.63% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 227 (89.06% from 255 or 41.80% from 543); Max value from RGB is 227 - color contains mainly: blue. Hex color #70CCE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CCE3 is #8F331C. Grayscale: #B2B2B2. Windows color (decimal): -9384733 or 14929008. OLE color: 14929008.

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

Color convert

RGB112204227-
CMYK0.510.1000.11
HSL192º67.25%66.47%-
HSV(B)192º50.66%89.02%-
XYZ42.1452.1880.52-
YUV179.11155.0280.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.63%
GREEN value IS 204 (80.08% from 255) = 37.57%
BLUE value IS 227 (89.06% from 255) = 41.80%
R=20.63%
G=37.57%
B=41.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1122042270.510.1000.1119267.2566.47
Hex70CCE333A0Bc04342
Octal1603143436312013300103102
Binary111000011001100111000111100111010010111100000010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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