Shades of Seagull #81BADB
Tints of Seagull #81BADB
RGB
CMYK
RGB Variations
Color information
#81BADB (or 0x81BADB) is known color: 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
| RGB | 129 | 186 | 219 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.14 |
| HSL | 202º | 0.56% | 0.68% | - |
| HSV(B) | 202º | 0.41% | 0.86% | - |
| XYZ | 39.4 | 44.9 | 73.61 | - |
| YUV | 172.72 | 154.12 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 219 | 0.41 | 0.15 | 0 | 0.14 | 202 | 0.56 | 0.68 |
| Hex | 81 | BA | DB | 29 | F | 0 | E | CA | 38 | 44 |
| Octal | 201 | 272 | 333 | 51 | 17 | 0 | 16 | 312 | 70 | 104 |
| Binary | 10000001 | 10111010 | 11011011 | 101001 | 1111 | 0 | 1110 | 11001010 | 111000 | 1000100 |
Color Harmonies of #81BADB
Complementary color
Monochromatic Colors of #81BADB
Black with #81BADB
Text Example
Text Example
White with #81BADB
Text Example
Text Example
HTML Codes & Css Web 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>