#81AFCD

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

Shades of Seagull #81AFCD

Tints of Seagull #81AFCD

Color information

#81AFCD (or 0x81AFCD) is unknown color: approx Seagull. HEX triplet: 81, AF and CD. RGB value is (129,175,205). Sum of RGB (Red+Green+Blue) = 129+175+205=509 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.34% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #81AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AFCD is #7E5032. Grayscale: #A4A4A4. Windows color (decimal): -8278067 or 13479809. OLE color: 13479809.

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

Color convert

RGB129175205-
CMYK0.370.1500.20
HSL203.68º43.18%65.49%-
HSV(B)203.68º37.07%80.39%-
XYZ35.439.7363.56-
YUV164.67150.76102.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.34%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=25.34%
G=34.38%
B=40.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291752050.370.1500.20203.6843.1865.49
Hex81AFCD25F014cc2b41
Octal201257315451702431453101
Binary1000000110101111110011011001011111010100110011001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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