#70ADCC

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

Shades of Seagull #70ADCC

Tints of Seagull #70ADCC

Color information

#70ADCC (or 0x70ADCC) is unknown color: approx Seagull. HEX triplet: 70, AD and CC. RGB value is (112,173,204). Sum of RGB (Red+Green+Blue) = 112+173+204=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #70ADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADCC is #8F5233. Grayscale: #9E9E9E. Windows color (decimal): -9392692 or 13413744. OLE color: 13413744.

HSL color Cylindrical-coordinate representation of color #70ADCC: hue angle of 200.22º degrees, saturation: 0.47, 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 #70ADCC is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB112173204-
CMYK0.450.1500.2
HSL200.22º47.42%61.96%-
HSV(B)200.22º45.1%80%-
XYZ32.5237.6962.69-
YUV158.29153.7994.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.90%
GREEN value IS 173 (67.97% from 255) = 35.38%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=22.90%
G=35.38%
B=41.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1121732040.450.1500.2200.2247.4261.96
Hex70ADCC2DF014c82f3e
Octal16025531455170243105776
Binary11100001010110111001100101101111101010011001000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,173,204); }

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

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

 a { background-color: rgb(112,173,204); }

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

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

 span { border-color: rgb(112,173,204); }

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