#7BAAC9

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

Shades of Seagull #7BAAC9

Tints of Seagull #7BAAC9

Color information

#7BAAC9 (or 0x7BAAC9) is unknown color: approx Seagull. HEX triplet: 7B, AA and C9. RGB value is (123,170,201). Sum of RGB (Red+Green+Blue) = 123+170+201=494 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.90% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 201 - color contains mainly: blue. Hex color #7BAAC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAAC9 is #845536. Grayscale: #9F9F9F. Windows color (decimal): -8672567 or 13216379. OLE color: 13216379.

HSL color Cylindrical-coordinate representation of color #7BAAC9: hue angle of 203.85º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BAAC9 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB123170201-
CMYK0.390.1500.21
HSL203.85º41.94%63.53%-
HSV(B)203.85º38.81%78.82%-
XYZ33.0937.1860.69-
YUV159.48151.43101.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.90%
GREEN value IS 170 (66.80% from 255) = 34.41%
BLUE value IS 201 (78.91% from 255) = 40.69%
R=24.90%
G=34.41%
B=40.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1231702010.390.1500.21203.8541.9463.53
Hex7BAAC927F015cc2a40
Octal173252311471702531452100
Binary111101110101010110010011001111111010101110011001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,170,201); }

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

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

 a { background-color: rgb(123,170,201); }

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

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

 span { border-color: rgb(123,170,201); }

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