#70c3db

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

Shades of Spray #70C3DB

Tints of Spray #70C3DB

Color information

#70C3DB (or 0x70C3DB) is unknown color: approx Spray. HEX triplet: 70, C3 and DB. RGB value is (112,195,219). Sum of RGB (Red+Green+Blue) = 112+195+219=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #70C3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C3DB is #8F3C24. Grayscale: #ACACAC. Windows color (decimal): -9387045 or 14402416. OLE color: 14402416.

HSL color Cylindrical-coordinate representation of color #70C3DB: hue angle of 193.46º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70C3DB is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB112195219-
CMYK0.490.1100.14
HSL193.46º59.78%64.9%-
HSV(B)193.46º48.86%85.88%-
XYZ38.9847.5974.15-
YUV172.9215484.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.29%
GREEN value IS 195 (76.56% from 255) = 37.07%
BLUE value IS 219 (85.94% from 255) = 41.63%
R=21.29%
G=37.07%
B=41.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1121952190.490.1100.14193.4659.7864.9
Hex70C3DB31B0Ec13c41
Octal160303333611301630174101
Binary11100001100001111011011110001101101110110000011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70c3db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,195,219); }

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

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

 a { background-color: rgb(112,195,219); }

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

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

 span { border-color: rgb(112,195,219); }

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