#70C4D7

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

Shades of Spray #70C4D7

Tints of Spray #70C4D7

Color information

#70C4D7 (or 0x70C4D7) is unknown color: approx Spray. HEX triplet: 70, C4 and D7. RGB value is (112,196,215). Sum of RGB (Red+Green+Blue) = 112+196+215=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #70C4D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C4D7 is #8F3B28. Grayscale: #ACACAC. Windows color (decimal): -9386793 or 14140528. OLE color: 14140528.

HSL color Cylindrical-coordinate representation of color #70C4D7: hue angle of 191.07º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70C4D7 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB112196215-
CMYK0.480.0900.16
HSL191.07º56.28%64.12%-
HSV(B)191.07º47.91%84.31%-
XYZ38.6947.8371.48-
YUV173.05151.6784.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.41%
GREEN value IS 196 (76.95% from 255) = 37.48%
BLUE value IS 215 (84.38% from 255) = 41.11%
R=21.41%
G=37.48%
B=41.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1121962150.480.0900.16191.0756.2864.12
Hex70C4D7309010bf3840
Octal160304327601102027770100
Binary111000011000100110101111100001001010000101111111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,196,215); }

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

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

 a { background-color: rgb(112,196,215); }

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

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

 span { border-color: rgb(112,196,215); }

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