#81BADC

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

Shades of Seagull #81BADC

Tints of Seagull #81BADC

Color information

#81BADC (or 0x81BADC) is unknown color: approx Seagull. HEX triplet: 81, BA and DC. RGB value is (129,186,220). Sum of RGB (Red+Green+Blue) = 129+186+220=535 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.11% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #81BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BADC is #7E4523. Grayscale: #ACACAC. Windows color (decimal): -8275236 or 14465665. OLE color: 14465665.

HSL color Cylindrical-coordinate representation of color #81BADC: hue angle of 202.42º degrees, saturation: 0.57, 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 #81BADC is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129186220-
CMYK0.410.1500.14
HSL202.42º56.52%68.43%-
HSV(B)202.42º41.36%86.27%-
XYZ39.5344.9574.3-
YUV172.83154.6296.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.11%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 220 (86.33% from 255) = 41.12%
R=24.11%
G=34.77%
B=41.12%

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
Decimal1291862200.410.1500.14202.4256.5268.43
Hex81BADC29F0Eca3944
Octal201272334511701631271104
Binary100000011011101011011100101001111101110110010101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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