#7AAEC7

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

Shades of Seagull #7AAEC7

Tints of Seagull #7AAEC7

Color information

#7AAEC7 (or 0x7AAEC7) is unknown color: approx Seagull. HEX triplet: 7A, AE and C7. RGB value is (122,174,199). Sum of RGB (Red+Green+Blue) = 122+174+199=495 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.65% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 199 - color contains mainly: blue. Hex color #7AAEC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAEC7 is #855138. Grayscale: #A1A1A1. Windows color (decimal): -8737081 or 13086330. OLE color: 13086330.

HSL color Cylindrical-coordinate representation of color #7AAEC7: hue angle of 199.48º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7AAEC7 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB122174199-
CMYK0.390.1300.22
HSL199.48º40.74%62.94%-
HSV(B)199.48º38.69%78.04%-
XYZ33.4738.5359.71-
YUV161.3149.2799.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.65%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 199 (78.12% from 255) = 40.20%
R=24.65%
G=35.15%
B=40.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1221741990.390.1300.22199.4840.7462.94
Hex7AAEC727D016c7293f
Octal17225630747150263075177
Binary11110101010111011000111100111110101011011000111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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