#81BADD

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

Shades of Seagull #81BADD

Tints of Seagull #81BADD

Color information

#81BADD (or 0x81BADD) is unknown color: approx Seagull. HEX triplet: 81, BA and DD. RGB value is (129,186,221). Sum of RGB (Red+Green+Blue) = 129+186+221=536 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.07% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #81BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BADD is #7E4522. Grayscale: #ACACAC. Windows color (decimal): -8275235 or 14531201. OLE color: 14531201.

HSL color Cylindrical-coordinate representation of color #81BADD: hue angle of 202.83º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81BADD is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB129186221-
CMYK0.420.1600.13
HSL202.83º57.5%68.63%-
HSV(B)202.83º41.63%86.67%-
XYZ39.6645.0175-
YUV172.95155.1296.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.07%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=24.07%
G=34.70%
B=41.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291862210.420.1600.13202.8357.568.63
Hex81BADD2A100Dcb3a45
Octal201272335522001531372105
Binary1000000110111010110111011010101000001101110010111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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