#70aace

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

Shades of Seagull #70AACE

Tints of Seagull #70AACE

Color information

#70AACE (or 0x70AACE) is unknown color: approx Seagull. HEX triplet: 70, AA and CE. RGB value is (112,170,206). Sum of RGB (Red+Green+Blue) = 112+170+206=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #70AACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AACE is #8F5531. Grayscale: #9C9C9C. Windows color (decimal): -9393458 or 13544048. OLE color: 13544048.

HSL color Cylindrical-coordinate representation of color #70AACE: hue angle of 202.98º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70AACE is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB112170206-
CMYK0.460.1700.19
HSL202.98º48.96%62.35%-
HSV(B)202.98º45.63%80.78%-
XYZ32.236.6563.77-
YUV156.76155.7896.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.95%
GREEN value IS 170 (66.80% from 255) = 34.84%
BLUE value IS 206 (80.86% from 255) = 42.21%
R=22.95%
G=34.84%
B=42.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1121702060.460.1700.19202.9848.9662.35
Hex70AACE2E11013cb313e
Octal16025231656210233136176
Binary111000010101010110011101011101000101001111001011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70aace

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,170,206); }

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

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

 a { background-color: rgb(112,170,206); }

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

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

 span { border-color: rgb(112,170,206); }

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