Shades of Seagull #81BBDB
Tints of Seagull #81BBDB
RGB
CMYK
RGB Variations
Color information
#81BBDB (or 0x81BBDB) is known color: Seagull. HEX triplet: 81, BB and DB. RGB value is (129,187,219). Sum of RGB (Red+Green+Blue) = 129+187+219=535 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.11% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #81BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BBDB is #7E4424. Grayscale: #ADADAD. Windows color (decimal): -8274981 or 14400385. OLE color: 14400385.
HSL color Cylindrical-coordinate representation of color #81BBDB: hue angle of 201.33º 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 #81BBDB is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 187 | 219 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.14 |
| HSL | 201.33º | 0.56% | 0.68% | - |
| HSV(B) | 201.33º | 0.41% | 0.86% | - |
| XYZ | 39.61 | 45.32 | 73.68 | - |
| YUV | 173.31 | 153.78 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 187 | 219 | 0.41 | 0.15 | 0 | 0.14 | 201.33 | 0.56 | 0.68 |
| Hex | 81 | BB | DB | 29 | F | 0 | E | C9 | 38 | 44 |
| Octal | 201 | 273 | 333 | 51 | 17 | 0 | 16 | 311 | 70 | 104 |
| Binary | 10000001 | 10111011 | 11011011 | 101001 | 1111 | 0 | 1110 | 11001001 | 111000 | 1000100 |
Color Harmonies of #81BBDB
Complementary color
Monochromatic Colors of #81BBDB
Black with #81BBDB
Text Example
Text Example
White with #81BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BBDB; }
p { color: rgb(129,187,219); }
H1.HeaderClassName
{
color: #81BBDB;
}
.AnyTagClassName
{
color: #81BBDB;
}
</style>
background-color css
<style>
a { background-color: #81BBDB; }
a { background-color: rgb(129,187,219); }
div.DivClassName
{
background-color: #81BBDB;
}
.BgClassName
{
background-color: #81BBDB;
}
</style>
border-color css
<style>
span { border-color: #81BBDB; }
span { border-color: rgb(129,187,219); }
td.TdClassName
{
border-color: #81BBDB;
}
.TagClassName
{
border-color: #81BBDB;
}
</style>