#70AAD1

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

Shades of Seagull #70AAD1

Tints of Seagull #70AAD1

Color information

#70AAD1 (or 0x70AAD1) is unknown color: approx Seagull. HEX triplet: 70, AA and D1. RGB value is (112,170,209). Sum of RGB (Red+Green+Blue) = 112+170+209=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #70AAD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AAD1 is #8F552E. Grayscale: #9C9C9C. Windows color (decimal): -9393455 or 13740656. OLE color: 13740656.

HSL color Cylindrical-coordinate representation of color #70AAD1: hue angle of 204.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70AAD1 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB112170209-
CMYK0.460.1900.18
HSL204.12º51.32%62.94%-
HSV(B)204.12º46.41%81.96%-
XYZ32.5736.865.71-
YUV157.1157.2895.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.81%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 209 (82.03% from 255) = 42.57%
R=22.81%
G=34.62%
B=42.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1121702090.460.1900.18204.1251.3262.94
Hex70AAD12E13012cc333f
Octal16025232156230223146377
Binary111000010101010110100011011101001101001011001100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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