#7AABCC

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

Shades of Seagull #7AABCC

Tints of Seagull #7AABCC

Color information

#7AABCC (or 0x7AABCC) is unknown color: approx Seagull. HEX triplet: 7A, AB and CC. RGB value is (122,171,204). Sum of RGB (Red+Green+Blue) = 122+171+204=497 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.55% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #7AABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AABCC is #855433. Grayscale: #9F9F9F. Windows color (decimal): -8737844 or 13413242. OLE color: 13413242.

HSL color Cylindrical-coordinate representation of color #7AABCC: hue angle of 204.15º degrees, saturation: 0.45, 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 #7AABCC is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB122171204-
CMYK0.400.1600.2
HSL204.15º44.57%63.92%-
HSV(B)204.15º40.2%80%-
XYZ33.4937.6262.62-
YUV160.11152.77100.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.55%
GREEN value IS 171 (67.19% from 255) = 34.41%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=24.55%
G=34.41%
B=41.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1221712040.400.1600.2204.1544.5763.92
Hex7AABCC2810014cc2d40
Octal172253314502002431455100
Binary1111010101010111100110010100010000010100110011001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,171,204); }

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

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

 a { background-color: rgb(122,171,204); }

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

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

 span { border-color: rgb(122,171,204); }

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