#7AB5DA

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

Shades of Seagull #7AB5DA

Tints of Seagull #7AB5DA

Color information

#7AB5DA (or 0x7AB5DA) is unknown color: approx Seagull. HEX triplet: 7A, B5 and DA. RGB value is (122,181,218). Sum of RGB (Red+Green+Blue) = 122+181+218=521 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.42% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #7AB5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB5DA is #854A25. Grayscale: #A7A7A7. Windows color (decimal): -8735270 or 14333306. OLE color: 14333306.

HSL color Cylindrical-coordinate representation of color #7AB5DA: hue angle of 203.12º 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 #7AB5DA is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB122181218-
CMYK0.440.1700.15
HSL203.12º56.47%66.67%-
HSV(B)203.12º44.04%85.49%-
XYZ37.242.2572.52-
YUV167.58156.4595.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.42%
GREEN value IS 181 (71.09% from 255) = 34.74%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=23.42%
G=34.74%
B=41.84%

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
Decimal1221812180.440.1700.15203.1256.4766.67
Hex7AB5DA2C110Fcb3843
Octal172265332542101731370103
Binary111101010110101110110101011001000101111110010111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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