#7AACCD

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

Shades of Seagull #7AACCD

Tints of Seagull #7AACCD

Color information

#7AACCD (or 0x7AACCD) is unknown color: approx Seagull. HEX triplet: 7A, AC and CD. RGB value is (122,172,205). Sum of RGB (Red+Green+Blue) = 122+172+205=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #7AACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACCD is #855332. Grayscale: #A0A0A0. Windows color (decimal): -8737587 or 13479034. OLE color: 13479034.

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

Color convert

RGB122172205-
CMYK0.400.1600.20
HSL203.86º45.36%64.12%-
HSV(B)203.86º40.49%80.39%-
XYZ33.838.0563.32-
YUV160.81152.94100.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.45%
GREEN value IS 172 (67.58% from 255) = 34.47%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=24.45%
G=34.47%
B=41.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1221722050.400.1600.20203.8645.3664.12
Hex7AACCD2810014cc2d40
Octal172254315502002431455100
Binary1111010101011001100110110100010000010100110011001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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