#70CBCD

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

Shades of Spray #70CBCD

Tints of Spray #70CBCD

Color information

#70CBCD (or 0x70CBCD) is unknown color: approx Spray. HEX triplet: 70, CB and CD. RGB value is (112,203,205). Sum of RGB (Red+Green+Blue) = 112+203+205=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #70CBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CBCD is #8F3432. Grayscale: #AFAFAF. Windows color (decimal): -9385011 or 13486960. OLE color: 13486960.

HSL color Cylindrical-coordinate representation of color #70CBCD: hue angle of 181.29º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CBCD is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB112203205-
CMYK0.450.0100.20
HSL181.29º48.19%62.16%-
HSV(B)181.29º45.37%80.39%-
XYZ39.0650.5665.46-
YUV176.02144.3582.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.54%
GREEN value IS 203 (79.69% from 255) = 39.04%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=21.54%
G=39.04%
B=39.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122032050.450.0100.20181.2948.1962.16
Hex70CBCD2D1014b5303e
Octal1603133155510242656076
Binary11100001100101111001101101101101010010110101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,203,205); }

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

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

 a { background-color: rgb(112,203,205); }

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

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

 span { border-color: rgb(112,203,205); }

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