#7AAFCC

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

Shades of Seagull #7AAFCC

Tints of Seagull #7AAFCC

Color information

#7AAFCC (or 0x7AAFCC) is unknown color: approx Seagull. HEX triplet: 7A, AF and CC. RGB value is (122,175,204). Sum of RGB (Red+Green+Blue) = 122+175+204=501 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.35% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #7AAFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAFCC is #855033. Grayscale: #A2A2A2. Windows color (decimal): -8736820 or 13414266. OLE color: 13414266.

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

Color convert

RGB122175204-
CMYK0.400.1400.2
HSL201.22º44.57%63.92%-
HSV(B)201.22º40.2%80%-
XYZ34.2639.1662.88-
YUV162.46151.4499.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.35%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=24.35%
G=34.93%
B=40.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1221752040.400.1400.2201.2244.5763.92
Hex7AAFCC28E014c92d40
Octal172257314501602431155100
Binary111101010101111110011001010001110010100110010011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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