#81AECB

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

Shades of Seagull #81AECB

Tints of Seagull #81AECB

Color information

#81AECB (or 0x81AECB) is unknown color: approx Seagull. HEX triplet: 81, AE and CB. RGB value is (129,174,203). Sum of RGB (Red+Green+Blue) = 129+174+203=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #81AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AECB is #7E5134. Grayscale: #A3A3A3. Windows color (decimal): -8278325 or 13348481. OLE color: 13348481.

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

Color convert

RGB129174203-
CMYK0.360.1400.20
HSL203.51º41.57%65.1%-
HSV(B)203.51º36.45%79.61%-
XYZ34.9739.2562.23-
YUV163.85150.09103.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.49%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=25.49%
G=34.39%
B=40.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291742030.360.1400.20203.5141.5765.1
Hex81AECB24E014cc2a41
Octal201256313441602431452101
Binary1000000110101110110010111001001110010100110011001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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