Shades of Seagull #81BADC
Tints of Seagull #81BADC
RGB
CMYK
RGB Variations
Color information
#81BADC (or 0x81BADC) is known color: 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
| RGB | 129 | 186 | 220 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.14 |
| HSL | 202.42º | 0.57% | 0.68% | - |
| HSV(B) | 202.42º | 0.41% | 0.86% | - |
| XYZ | 39.53 | 44.95 | 74.3 | - |
| YUV | 172.83 | 154.62 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 220 | 0.41 | 0.15 | 0 | 0.14 | 202.42 | 0.57 | 0.68 |
| Hex | 81 | BA | DC | 29 | F | 0 | E | CA | 39 | 44 |
| Octal | 201 | 272 | 334 | 51 | 17 | 0 | 16 | 312 | 71 | 104 |
| Binary | 10000001 | 10111010 | 11011100 | 101001 | 1111 | 0 | 1110 | 11001010 | 111001 | 1000100 |
Color Harmonies of #81BADC
Complementary color
Monochromatic Colors of #81BADC
Black with #81BADC
Text Example
Text Example
White with #81BADC
Text Example
Text Example
HTML Codes & Css Web 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>