#7AADCA

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

Shades of Seagull #7AADCA

Tints of Seagull #7AADCA

Color information

#7AADCA (or 0x7AADCA) is unknown color: approx Seagull. HEX triplet: 7A, AD and CA. RGB value is (122,173,202). Sum of RGB (Red+Green+Blue) = 122+173+202=497 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.55% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #7AADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADCA is #855235. Grayscale: #A0A0A0. Windows color (decimal): -8737334 or 13282682. OLE color: 13282682.

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

Color convert

RGB122173202-
CMYK0.400.1400.21
HSL201.75º43.01%63.53%-
HSV(B)201.75º39.6%79.22%-
XYZ33.6338.2961.5-
YUV161.06151.1100.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.55%
GREEN value IS 173 (67.97% from 255) = 34.81%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=24.55%
G=34.81%
B=40.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1221732020.400.1400.21201.7543.0163.53
Hex7AADCA28E015ca2b40
Octal172255312501602531253100
Binary111101010101101110010101010001110010101110010101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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