#7AAACB

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

Shades of Seagull #7AAACB

Tints of Seagull #7AAACB

Color information

#7AAACB (or 0x7AAACB) is unknown color: approx Seagull. HEX triplet: 7A, AA and CB. RGB value is (122,170,203). Sum of RGB (Red+Green+Blue) = 122+170+203=495 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.65% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #7AAACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAACB is #855534. Grayscale: #9F9F9F. Windows color (decimal): -8738101 or 13347450. OLE color: 13347450.

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

Color convert

RGB122170203-
CMYK0.400.1600.20
HSL204.44º43.78%63.73%-
HSV(B)204.44º39.9%79.61%-
XYZ33.1837.261.93-
YUV159.41152.6101.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.65%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=24.65%
G=34.34%
B=41.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1221702030.400.1600.20204.4443.7863.73
Hex7AAACB2810014cc2c40
Octal172252313502002431454100
Binary1111010101010101100101110100010000010100110011001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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