#7AABCE

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

Shades of Seagull #7AABCE

Tints of Seagull #7AABCE

Color information

#7AABCE (or 0x7AABCE) is unknown color: approx Seagull. HEX triplet: 7A, AB and CE. RGB value is (122,171,206). Sum of RGB (Red+Green+Blue) = 122+171+206=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AABCE is #855431. Grayscale: #A0A0A0. Windows color (decimal): -8737842 or 13544314. OLE color: 13544314.

HSL color Cylindrical-coordinate representation of color #7AABCE: hue angle of 205º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AABCE is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB122171206-
CMYK0.410.1700.19
HSL205º46.15%64.31%-
HSV(B)205º40.78%80.78%-
XYZ33.7337.7263.9-
YUV160.34153.77100.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.45%
GREEN value IS 171 (67.19% from 255) = 34.27%
BLUE value IS 206 (80.86% from 255) = 41.28%
R=24.45%
G=34.27%
B=41.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221712060.410.1700.1920546.1564.31
Hex7AABCE2911013cd2e40
Octal172253316512102331556100
Binary1111010101010111100111010100110001010011110011011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AABCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,171,206); }

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

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

 a { background-color: rgb(122,171,206); }

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

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

 span { border-color: rgb(122,171,206); }

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