#70C5DA

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

Shades of Spray #70C5DA

Tints of Spray #70C5DA

Color information

#70C5DA (or 0x70C5DA) is unknown color: approx Spray. HEX triplet: 70, C5 and DA. RGB value is (112,197,218). Sum of RGB (Red+Green+Blue) = 112+197+218=527 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.25% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #70C5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C5DA is #8F3A25. Grayscale: #ADADAD. Windows color (decimal): -9386534 or 14337392. OLE color: 14337392.

HSL color Cylindrical-coordinate representation of color #70C5DA: hue angle of 191.89º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70C5DA is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB112197218-
CMYK0.490.1000.15
HSL191.89º58.89%64.71%-
HSV(B)191.89º48.62%85.49%-
XYZ39.348.4473.61-
YUV173.98152.8483.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.25%
GREEN value IS 197 (77.34% from 255) = 37.38%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=21.25%
G=37.38%
B=41.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121972180.490.1000.15191.8958.8964.71
Hex70C5DA31A0Fc03b41
Octal160305332611201730073101
Binary11100001100010111011010110001101001111110000001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,197,218); }

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

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

 a { background-color: rgb(112,197,218); }

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

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

 span { border-color: rgb(112,197,218); }

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