#7AACCE

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

Shades of Seagull #7AACCE

Tints of Seagull #7AACCE

Color information

#7AACCE (or 0x7AACCE) is unknown color: approx Seagull. HEX triplet: 7A, AC and CE. RGB value is (122,172,206). Sum of RGB (Red+Green+Blue) = 122+172+206=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACCE is #855331. Grayscale: #A0A0A0. Windows color (decimal): -8737586 or 13544570. OLE color: 13544570.

HSL color Cylindrical-coordinate representation of color #7AACCE: hue angle of 204.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AACCE is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB122172206-
CMYK0.410.1700.19
HSL204.29º46.15%64.31%-
HSV(B)204.29º40.78%80.78%-
XYZ33.9238.163.96-
YUV160.93153.44100.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.4%
GREEN value IS 172 (67.58% from 255) = 34.4%
BLUE value IS 206 (80.86% from 255) = 41.2%
R=24.4%
G=34.4%
B=41.2%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221722060.410.1700.19204.2946.1564.31
Hex7AACCE2911013cc2e40
Octal172254316512102331456100
Binary1111010101011001100111010100110001010011110011001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,172,206); }

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

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

 a { background-color: rgb(122,172,206); }

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

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

 span { border-color: rgb(122,172,206); }

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