#7AB6DA

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

Shades of Seagull #7AB6DA

Tints of Seagull #7AB6DA

Color information

#7AB6DA (or 0x7AB6DA) is unknown color: approx Seagull. HEX triplet: 7A, B6 and DA. RGB value is (122,182,218). Sum of RGB (Red+Green+Blue) = 122+182+218=522 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.37% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #7AB6DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB6DA is #854925. Grayscale: #A7A7A7. Windows color (decimal): -8735014 or 14333562. OLE color: 14333562.

HSL color Cylindrical-coordinate representation of color #7AB6DA: hue angle of 202.5º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AB6DA is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB122182218-
CMYK0.440.1700.15
HSL202.5º56.47%66.67%-
HSV(B)202.5º44.04%85.49%-
XYZ37.4142.6672.59-
YUV168.16156.1295.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.37%
GREEN value IS 182 (71.48% from 255) = 34.87%
BLUE value IS 218 (85.55% from 255) = 41.76%
R=23.37%
G=34.87%
B=41.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1221822180.440.1700.15202.556.4766.67
Hex7AB6DA2C110Fca3843
Octal172266332542101731270103
Binary111101010110110110110101011001000101111110010101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,182,218); }

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

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

 a { background-color: rgb(122,182,218); }

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

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

 span { border-color: rgb(122,182,218); }

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