#70CBE1

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

Shades of Spray #70CBE1

Tints of Spray #70CBE1

Color information

#70CBE1 (or 0x70CBE1) is unknown color: approx Spray. HEX triplet: 70, CB and E1. RGB value is (112,203,225). Sum of RGB (Red+Green+Blue) = 112+203+225=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #70CBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CBE1 is #8F341E. Grayscale: #B2B2B2. Windows color (decimal): -9384991 or 14797680. OLE color: 14797680.

HSL color Cylindrical-coordinate representation of color #70CBE1: hue angle of 191.68º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70CBE1 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB112203225-
CMYK0.500.1000.12
HSL191.68º65.32%66.08%-
HSV(B)191.68º50.22%88.24%-
XYZ41.6351.5979-
YUV178.3154.3580.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.74%
GREEN value IS 203 (79.69% from 255) = 37.59%
BLUE value IS 225 (88.28% from 255) = 41.67%
R=20.74%
G=37.59%
B=41.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1122032250.500.1000.12191.6865.3266.08
Hex70CBE132A0Cc04142
Octal1603133416212014300101102
Binary111000011001011111000011100101010011001100000010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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