#7AAED0

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

Shades of Seagull #7AAED0

Tints of Seagull #7AAED0

Color information

#7AAED0 (or 0x7AAED0) is unknown color: approx Seagull. HEX triplet: 7A, AE and D0. RGB value is (122,174,208). Sum of RGB (Red+Green+Blue) = 122+174+208=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #7AAED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAED0 is #85512F. Grayscale: #A2A2A2. Windows color (decimal): -8737072 or 13676154. OLE color: 13676154.

HSL color Cylindrical-coordinate representation of color #7AAED0: hue angle of 203.72º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AAED0 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB122174208-
CMYK0.410.1600.18
HSL203.72º47.78%64.71%-
HSV(B)203.72º41.35%81.57%-
XYZ34.5538.9665.37-
YUV162.33153.7799.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.21%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 208 (81.64% from 255) = 41.27%
R=24.21%
G=34.52%
B=41.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1221742080.410.1600.18203.7247.7864.71
Hex7AAED02910012cc3041
Octal172256320512002231460101
Binary1111010101011101101000010100110000010010110011001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AAED0; }

 p { color: rgb(122,174,208); }

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

<style>
 a { background-color: #7AAED0; }

 a { background-color: rgb(122,174,208); }

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

<style>
 span { border-color: #7AAED0; }

 span { border-color: rgb(122,174,208); }

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