#81AECA

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

Shades of Seagull #81AECA

Tints of Seagull #81AECA

Color information

#81AECA (or 0x81AECA) is unknown color: approx Seagull. HEX triplet: 81, AE and CA. RGB value is (129,174,202). Sum of RGB (Red+Green+Blue) = 129+174+202=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #81AECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AECA is #7E5135. Grayscale: #A3A3A3. Windows color (decimal): -8278326 or 13282945. OLE color: 13282945.

HSL color Cylindrical-coordinate representation of color #81AECA: hue angle of 203.01º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81AECA is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129174202-
CMYK0.360.1400.21
HSL203.01º40.78%64.9%-
HSV(B)203.01º36.14%79.22%-
XYZ34.8539.261.61-
YUV163.74149.59103.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.54%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 202 (79.30% from 255) = 40%
R=25.54%
G=34.46%
B=40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291742020.360.1400.21203.0140.7864.9
Hex81AECA24E015cb2941
Octal201256312441602531351101
Binary1000000110101110110010101001001110010101110010111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81AECA; }

 p { color: rgb(129,174,202); }

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

<style>
 a { background-color: #81AECA; }

 a { background-color: rgb(129,174,202); }

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

<style>
 span { border-color: #81AECA; }

 span { border-color: rgb(129,174,202); }

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