#7AADD2

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

Shades of Seagull #7AADD2

Tints of Seagull #7AADD2

Color information

#7AADD2 (or 0x7AADD2) is unknown color: approx Seagull. HEX triplet: 7A, AD and D2. RGB value is (122,173,210). Sum of RGB (Red+Green+Blue) = 122+173+210=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 210 (82.42% from 255 or 41.58% from 505); Max value from RGB is 210 - color contains mainly: blue. Hex color #7AADD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADD2 is #85522D. Grayscale: #A1A1A1. Windows color (decimal): -8737326 or 13806970. OLE color: 13806970.

HSL color Cylindrical-coordinate representation of color #7AADD2: hue angle of 205.23º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AADD2 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB122173210-
CMYK0.420.1800.18
HSL205.23º49.44%65.1%-
HSV(B)205.23º41.9%82.35%-
XYZ34.638.6866.61-
YUV161.97155.199.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.16%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 210 (82.42% from 255) = 41.58%
R=24.16%
G=34.26%
B=41.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1221732100.420.1800.18205.2349.4465.1
Hex7AADD22A12012cd3141
Octal172255322522202231561101
Binary1111010101011011101001010101010010010010110011011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AADD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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