#7FAEC9

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

Shades of Seagull #7FAEC9

Tints of Seagull #7FAEC9

Color information

#7FAEC9 (or 0x7FAEC9) is unknown color: approx Seagull. HEX triplet: 7F, AE and C9. RGB value is (127,174,201). Sum of RGB (Red+Green+Blue) = 127+174+201=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #7FAEC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAEC9 is #805136. Grayscale: #A2A2A2. Windows color (decimal): -8409399 or 13217407. OLE color: 13217407.

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

Color convert

RGB127174201-
CMYK0.370.1300.21
HSL201.89º40.66%64.31%-
HSV(B)201.89º36.82%78.82%-
XYZ34.433960.97-
YUV163.02149.43102.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.30%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 201 (78.91% from 255) = 40.04%
R=25.30%
G=34.66%
B=40.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1271742010.370.1300.21201.8940.6664.31
Hex7FAEC925D015ca2940
Octal177256311451502531251100
Binary111111110101110110010011001011101010101110010101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,174,201); }

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

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

 a { background-color: rgb(127,174,201); }

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

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

 span { border-color: rgb(127,174,201); }

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