#7AAECB

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

Shades of Seagull #7AAECB

Tints of Seagull #7AAECB

Color information

#7AAECB (or 0x7AAECB) is unknown color: approx Seagull. HEX triplet: 7A, AE and CB. RGB value is (122,174,203). Sum of RGB (Red+Green+Blue) = 122+174+203=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #7AAECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAECB is #855134. Grayscale: #A1A1A1. Windows color (decimal): -8737077 or 13348474. OLE color: 13348474.

HSL color Cylindrical-coordinate representation of color #7AAECB: hue angle of 201.48º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AAECB is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB122174203-
CMYK0.400.1400.20
HSL201.48º43.78%63.73%-
HSV(B)201.48º39.9%79.61%-
XYZ33.9438.7262.18-
YUV161.76151.2799.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.45%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=24.45%
G=34.87%
B=40.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1221742030.400.1400.20201.4843.7863.73
Hex7AAECB28E014c92c40
Octal172256313501602431154100
Binary111101010101110110010111010001110010100110010011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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