#81AFCA

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

Shades of Seagull #81AFCA

Tints of Seagull #81AFCA

Color information

#81AFCA (or 0x81AFCA) is unknown color: approx Seagull. HEX triplet: 81, AF and CA. RGB value is (129,175,202). Sum of RGB (Red+Green+Blue) = 129+175+202=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #81AFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AFCA is #7E5035. Grayscale: #A4A4A4. Windows color (decimal): -8278070 or 13283201. OLE color: 13283201.

HSL color Cylindrical-coordinate representation of color #81AFCA: hue angle of 202.19º 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 #81AFCA is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129175202-
CMYK0.360.1300.21
HSL202.19º40.78%64.9%-
HSV(B)202.19º36.14%79.22%-
XYZ35.0439.5961.67-
YUV164.32149.26102.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.49%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=25.49%
G=34.58%
B=39.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291752020.360.1300.21202.1940.7864.9
Hex81AFCA24D015ca2941
Octal201257312441502531251101
Binary1000000110101111110010101001001101010101110010101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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