#7AB7DD

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

Shades of Seagull #7AB7DD

Tints of Seagull #7AB7DD

Color information

#7AB7DD (or 0x7AB7DD) is unknown color: approx Seagull. HEX triplet: 7A, B7 and DD. RGB value is (122,183,221). Sum of RGB (Red+Green+Blue) = 122+183+221=526 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.19% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #7AB7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB7DD is #854822. Grayscale: #A8A8A8. Windows color (decimal): -8734755 or 14530426. OLE color: 14530426.

HSL color Cylindrical-coordinate representation of color #7AB7DD: hue angle of 203.03º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AB7DD is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB122183221-
CMYK0.450.1700.13
HSL203.03º59.28%67.25%-
HSV(B)203.03º44.8%86.67%-
XYZ38.0143.2374.75-
YUV169.09157.2994.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.19%
GREEN value IS 183 (71.88% from 255) = 34.79%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=23.19%
G=34.79%
B=42.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1221832210.450.1700.13203.0359.2867.25
Hex7AB7DD2D110Dcb3b43
Octal172267335552101531373103
Binary111101010110111110111011011011000101101110010111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,183,221); }

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

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

 a { background-color: rgb(122,183,221); }

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

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

 span { border-color: rgb(122,183,221); }

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