#7AB2CA

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

Shades of Seagull #7AB2CA

Tints of Seagull #7AB2CA

Color information

#7AB2CA (or 0x7AB2CA) is unknown color: approx Seagull. HEX triplet: 7A, B2 and CA. RGB value is (122,178,202). Sum of RGB (Red+Green+Blue) = 122+178+202=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #7AB2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB2CA is #854D35. Grayscale: #A3A3A3. Windows color (decimal): -8736054 or 13283962. OLE color: 13283962.

HSL color Cylindrical-coordinate representation of color #7AB2CA: hue angle of 198º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AB2CA is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB122178202-
CMYK0.400.1200.21
HSL198º43.01%63.53%-
HSV(B)198º39.6%79.22%-
XYZ34.6140.2461.82-
YUV163.99149.4598.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.30%
GREEN value IS 178 (69.92% from 255) = 35.46%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=24.30%
G=35.46%
B=40.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1221782020.400.1200.2119843.0163.53
Hex7AB2CA28C015c62b40
Octal172262312501402530653100
Binary111101010110010110010101010001100010101110001101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,178,202); }

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

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

 a { background-color: rgb(122,178,202); }

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

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

 span { border-color: rgb(122,178,202); }

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