#7AABCB

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

Shades of Seagull #7AABCB

Tints of Seagull #7AABCB

Color information

#7AABCB (or 0x7AABCB) is unknown color: approx Seagull. HEX triplet: 7A, AB and CB. RGB value is (122,171,203). Sum of RGB (Red+Green+Blue) = 122+171+203=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #7AABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AABCB is #855434. Grayscale: #9F9F9F. Windows color (decimal): -8737845 or 13347706. OLE color: 13347706.

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

Color convert

RGB122171203-
CMYK0.400.1600.20
HSL203.7º43.78%63.73%-
HSV(B)203.7º39.9%79.61%-
XYZ33.3737.5861.99-
YUV160152.27100.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.60%
GREEN value IS 171 (67.19% from 255) = 34.48%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=24.60%
G=34.48%
B=40.93%

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
Decimal1221712030.400.1600.20203.743.7863.73
Hex7AABCB2810014cc2c40
Octal172253313502002431454100
Binary1111010101010111100101110100010000010100110011001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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