#70C9D9

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

Shades of Spray #70C9D9

Tints of Spray #70C9D9

Color information

#70C9D9 (or 0x70C9D9) is unknown color: approx Spray. HEX triplet: 70, C9 and D9. RGB value is (112,201,217). Sum of RGB (Red+Green+Blue) = 112+201+217=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 217 - color contains mainly: blue. Hex color #70C9D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C9D9 is #8F3626. Grayscale: #B0B0B0. Windows color (decimal): -9385511 or 14272880. OLE color: 14272880.

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

Color convert

RGB112201217-
CMYK0.480.0700.15
HSL189.14º58.01%64.51%-
HSV(B)189.14º48.39%85.1%-
XYZ40.0950.2373.23-
YUV176.21151.0182.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.13%
GREEN value IS 201 (78.91% from 255) = 37.92%
BLUE value IS 217 (85.16% from 255) = 40.94%
R=21.13%
G=37.92%
B=40.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122012170.480.0700.15189.1458.0164.51
Hex70C9D93070Fbd3a41
Octal16031133160701727572101
Binary1110000110010011101100111000011101111101111011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,201,217); }

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

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

 a { background-color: rgb(112,201,217); }

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

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

 span { border-color: rgb(112,201,217); }

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