#70c8d7

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

Shades of Spray #70C8D7

Tints of Spray #70C8D7

Color information

#70C8D7 (or 0x70C8D7) is unknown color: approx Spray. HEX triplet: 70, C8 and D7. RGB value is (112,200,215). Sum of RGB (Red+Green+Blue) = 112+200+215=527 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.25% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #70C8D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C8D7 is #8F3728. Grayscale: #AFAFAF. Windows color (decimal): -9385769 or 14141552. OLE color: 14141552.

HSL color Cylindrical-coordinate representation of color #70C8D7: hue angle of 188.74º 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 #70C8D7 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB112200215-
CMYK0.480.0700.16
HSL188.74º56.28%64.12%-
HSV(B)188.74º47.91%84.31%-
XYZ39.649.6671.79-
YUV175.4150.3582.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.25%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 215 (84.38% from 255) = 40.80%
R=21.25%
G=37.95%
B=40.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1122002150.480.0700.16188.7456.2864.12
Hex70C8D7307010bd3840
Octal16031032760702027570100
Binary11100001100100011010111110000111010000101111011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70c8d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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