Shades of Seagull #81BCDB
Tints of Seagull #81BCDB
RGB
CMYK
RGB Variations
Color information
#81BCDB (or 0x81BCDB) is known color: Seagull. HEX triplet: 81, BC and DB. RGB value is (129,188,219). Sum of RGB (Red+Green+Blue) = 129+188+219=536 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.07% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #81BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BCDB is #7E4324. Grayscale: #ADADAD. Windows color (decimal): -8274725 or 14400641. OLE color: 14400641.
HSL color Cylindrical-coordinate representation of color #81BCDB: hue angle of 200.67º 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 #81BCDB is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 188 | 219 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.14 |
| HSL | 200.67º | 0.56% | 0.68% | - |
| HSV(B) | 200.67º | 0.41% | 0.86% | - |
| XYZ | 39.82 | 45.75 | 73.75 | - |
| YUV | 173.89 | 153.45 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 219 | 0.41 | 0.14 | 0 | 0.14 | 200.67 | 0.56 | 0.68 |
| Hex | 81 | BC | DB | 29 | E | 0 | E | C9 | 38 | 44 |
| Octal | 201 | 274 | 333 | 51 | 16 | 0 | 16 | 311 | 70 | 104 |
| Binary | 10000001 | 10111100 | 11011011 | 101001 | 1110 | 0 | 1110 | 11001001 | 111000 | 1000100 |
Color Harmonies of #81BCDB
Complementary color
Monochromatic Colors of #81BCDB
Black with #81BCDB
Text Example
Text Example
White with #81BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BCDB; }
p { color: rgb(129,188,219); }
H1.HeaderClassName
{
color: #81BCDB;
}
.AnyTagClassName
{
color: #81BCDB;
}
</style>
background-color css
<style>
a { background-color: #81BCDB; }
a { background-color: rgb(129,188,219); }
div.DivClassName
{
background-color: #81BCDB;
}
.BgClassName
{
background-color: #81BCDB;
}
</style>
border-color css
<style>
span { border-color: #81BCDB; }
span { border-color: rgb(129,188,219); }
td.TdClassName
{
border-color: #81BCDB;
}
.TagClassName
{
border-color: #81BCDB;
}
</style>