#70cbdf

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

Shades of Spray #70CBDF

Tints of Spray #70CBDF

Color information

#70CBDF (or 0x70CBDF) is unknown color: approx Spray. HEX triplet: 70, CB and DF. RGB value is (112,203,223). Sum of RGB (Red+Green+Blue) = 112+203+223=538 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.82% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #70CBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CBDF is #8F3420. Grayscale: #B1B1B1. Windows color (decimal): -9384993 or 14666608. OLE color: 14666608.

HSL color Cylindrical-coordinate representation of color #70CBDF: hue angle of 190.81º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70CBDF is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB112203223-
CMYK0.500.0900.13
HSL190.81º63.43%65.69%-
HSV(B)190.81º49.78%87.45%-
XYZ41.3651.4877.57-
YUV178.07153.3580.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.82%
GREEN value IS 203 (79.69% from 255) = 37.73%
BLUE value IS 223 (87.5% from 255) = 41.45%
R=20.82%
G=37.73%
B=41.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122032230.500.0900.13190.8163.4365.69
Hex70CBDF3290Dbf3f42
Octal160313337621101527777102
Binary11100001100101111011111110010100101101101111111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70cbdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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