#81BADB

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

Shades of Seagull #81BADB

Tints of Seagull #81BADB

Color information

#81BADB (or 0x81BADB) is unknown color: approx Seagull. HEX triplet: 81, BA and DB. RGB value is (129,186,219). Sum of RGB (Red+Green+Blue) = 129+186+219=534 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.16% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #81BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BADB is #7E4524. Grayscale: #ACACAC. Windows color (decimal): -8275237 or 14400129. OLE color: 14400129.

HSL color Cylindrical-coordinate representation of color #81BADB: hue angle of 202º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81BADB is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129186219-
CMYK0.410.1500.14
HSL202º55.56%68.24%-
HSV(B)202º41.1%85.88%-
XYZ39.444.973.61-
YUV172.72154.1296.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.16%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 219 (85.94% from 255) = 41.01%
R=24.16%
G=34.83%
B=41.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291862190.410.1500.1420255.5668.24
Hex81BADB29F0Eca3844
Octal201272333511701631270104
Binary100000011011101011011011101001111101110110010101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,186,219); }

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

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

 a { background-color: rgb(129,186,219); }

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

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

 span { border-color: rgb(129,186,219); }

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