#7AB3CA

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

Shades of Seagull #7AB3CA

Tints of Seagull #7AB3CA

Color information

#7AB3CA (or 0x7AB3CA) is unknown color: approx Seagull. HEX triplet: 7A, B3 and CA. RGB value is (122,179,202). Sum of RGB (Red+Green+Blue) = 122+179+202=503 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.25% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #7AB3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB3CA is #854C35. Grayscale: #A4A4A4. Windows color (decimal): -8735798 or 13284218. OLE color: 13284218.

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

Color convert

RGB122179202-
CMYK0.400.1100.21
HSL197.25º43.01%63.53%-
HSV(B)197.25º39.6%79.22%-
XYZ34.8140.6461.89-
YUV164.58149.1297.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.25%
GREEN value IS 179 (70.31% from 255) = 35.59%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=24.25%
G=35.59%
B=40.16%

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
Decimal1221792020.400.1100.21197.2543.0163.53
Hex7AB3CA28B015c52b40
Octal172263312501302530553100
Binary111101010110011110010101010001011010101110001011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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