#7AADCC

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

Shades of Seagull #7AADCC

Tints of Seagull #7AADCC

Color information

#7AADCC (or 0x7AADCC) is unknown color: approx Seagull. HEX triplet: 7A, AD and CC. RGB value is (122,173,204). Sum of RGB (Red+Green+Blue) = 122+173+204=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #7AADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADCC is #855233. Grayscale: #A1A1A1. Windows color (decimal): -8737332 or 13413754. OLE color: 13413754.

HSL color Cylindrical-coordinate representation of color #7AADCC: hue angle of 202.68º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AADCC is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB122173204-
CMYK0.400.1500.2
HSL202.68º44.57%63.92%-
HSV(B)202.68º40.2%80%-
XYZ33.8738.3862.75-
YUV161.28152.199.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.45%
GREEN value IS 173 (67.97% from 255) = 34.67%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=24.45%
G=34.67%
B=40.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1221732040.400.1500.2202.6844.5763.92
Hex7AADCC28F014cb2d40
Octal172255314501702431355100
Binary111101010101101110011001010001111010100110010111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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