#81AFCB

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

Shades of Seagull #81AFCB

Tints of Seagull #81AFCB

Color information

#81AFCB (or 0x81AFCB) is unknown color: approx Seagull. HEX triplet: 81, AF and CB. RGB value is (129,175,203). Sum of RGB (Red+Green+Blue) = 129+175+203=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #81AFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AFCB is #7E5034. Grayscale: #A4A4A4. Windows color (decimal): -8278069 or 13348737. OLE color: 13348737.

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

Color convert

RGB129175203-
CMYK0.360.1400.20
HSL202.7º41.57%65.1%-
HSV(B)202.7º36.45%79.61%-
XYZ35.1639.6462.3-
YUV164.44149.76102.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.44%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=25.44%
G=34.52%
B=40.04%

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
Decimal1291752030.360.1400.20202.741.5765.1
Hex81AFCB24E014cb2a41
Octal201257313441602431352101
Binary1000000110101111110010111001001110010100110010111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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