#70C8CF

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

Shades of Spray #70C8CF

Tints of Spray #70C8CF

Color information

#70C8CF (or 0x70C8CF) is unknown color: approx Spray. HEX triplet: 70, C8 and CF. RGB value is (112,200,207). Sum of RGB (Red+Green+Blue) = 112+200+207=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #70C8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C8CF is #8F3730. Grayscale: #AEAEAE. Windows color (decimal): -9385777 or 13617264. OLE color: 13617264.

HSL color Cylindrical-coordinate representation of color #70C8CF: hue angle of 184.42º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70C8CF is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB112200207-
CMYK0.460.0300.19
HSL184.42º49.74%62.55%-
HSV(B)184.42º45.89%81.18%-
XYZ38.649.2666.5-
YUV174.49146.3583.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.58%
GREEN value IS 200 (78.52% from 255) = 38.54%
BLUE value IS 207 (81.25% from 255) = 39.88%
R=21.58%
G=38.54%
B=39.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122002070.460.0300.19184.4249.7462.55
Hex70C8CF2E3013b8323f
Octal1603103175630232706277
Binary111000011001000110011111011101101001110111000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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