#70AECD

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

Shades of Seagull #70AECD

Tints of Seagull #70AECD

Color information

#70AECD (or 0x70AECD) is unknown color: approx Seagull. HEX triplet: 70, AE and CD. RGB value is (112,174,205). Sum of RGB (Red+Green+Blue) = 112+174+205=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #70AECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AECD is #8F5132. Grayscale: #9E9E9E. Windows color (decimal): -9392435 or 13479536. OLE color: 13479536.

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

Color convert

RGB112174205-
CMYK0.450.1500.20
HSL200º48.19%62.16%-
HSV(B)200º45.37%80.39%-
XYZ32.8438.1263.39-
YUV159153.9694.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.81%
GREEN value IS 174 (68.36% from 255) = 35.44%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=22.81%
G=35.44%
B=41.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121742050.450.1500.2020048.1962.16
Hex70AECD2DF014c8303e
Octal16025631555170243106076
Binary11100001010111011001101101101111101010011001000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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