#7AAECF

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

Shades of Seagull #7AAECF

Tints of Seagull #7AAECF

Color information

#7AAECF (or 0x7AAECF) is unknown color: approx Seagull. HEX triplet: 7A, AE and CF. RGB value is (122,174,207). Sum of RGB (Red+Green+Blue) = 122+174+207=503 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.25% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #7AAECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAECF is #855130. Grayscale: #A2A2A2. Windows color (decimal): -8737073 or 13610618. OLE color: 13610618.

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

Color convert

RGB122174207-
CMYK0.410.1600.19
HSL203.29º46.96%64.51%-
HSV(B)203.29º41.06%81.18%-
XYZ34.4238.9164.73-
YUV162.21153.2799.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.25%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 207 (81.25% from 255) = 41.15%
R=24.25%
G=34.59%
B=41.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221742070.410.1600.19203.2946.9664.51
Hex7AAECF2910013cb2f41
Octal172256317512002331357101
Binary1111010101011101100111110100110000010011110010111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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