#7AB4CA

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

Shades of Seagull #7AB4CA

Tints of Seagull #7AB4CA

Color information

#7AB4CA (or 0x7AB4CA) is unknown color: approx Seagull. HEX triplet: 7A, B4 and CA. RGB value is (122,180,202). Sum of RGB (Red+Green+Blue) = 122+180+202=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #7AB4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB4CA is #854B35. Grayscale: #A5A5A5. Windows color (decimal): -8735542 or 13284474. OLE color: 13284474.

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

Color convert

RGB122180202-
CMYK0.400.1100.21
HSL196.5º43.01%63.53%-
HSV(B)196.5º39.6%79.22%-
XYZ35.0141.0461.95-
YUV165.17148.7897.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.21%
GREEN value IS 180 (70.70% from 255) = 35.71%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=24.21%
G=35.71%
B=40.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1221802020.400.1100.21196.543.0163.53
Hex7AB4CA28B015c42b40
Octal172264312501302530453100
Binary111101010110100110010101010001011010101110001001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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