Shades of Seagull #81BCD9
Tints of Seagull #81BCD9
RGB
CMYK
RGB Variations
Color information
#81BCD9 (or 0x81BCD9) is known color: Seagull. HEX triplet: 81, BC and D9. RGB value is (129,188,217). Sum of RGB (Red+Green+Blue) = 129+188+217=534 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.16% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 217 - color contains mainly: blue. Hex color #81BCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BCD9 is #7E4326. Grayscale: #ADADAD. Windows color (decimal): -8274727 or 14269569. OLE color: 14269569.
HSL color Cylindrical-coordinate representation of color #81BCD9: hue angle of 199.77º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81BCD9 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 188 | 217 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.15 |
| HSL | 199.77º | 0.54% | 0.68% | - |
| HSV(B) | 199.77º | 0.41% | 0.85% | - |
| XYZ | 39.56 | 45.64 | 72.37 | - |
| YUV | 173.67 | 152.45 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 217 | 0.41 | 0.13 | 0 | 0.15 | 199.77 | 0.54 | 0.68 |
| Hex | 81 | BC | D9 | 29 | D | 0 | F | C8 | 36 | 44 |
| Octal | 201 | 274 | 331 | 51 | 15 | 0 | 17 | 310 | 66 | 104 |
| Binary | 10000001 | 10111100 | 11011001 | 101001 | 1101 | 0 | 1111 | 11001000 | 110110 | 1000100 |
Color Harmonies of #81BCD9
Complementary color
Monochromatic Colors of #81BCD9
Black with #81BCD9
Text Example
Text Example
White with #81BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BCD9; }
p { color: rgb(129,188,217); }
H1.HeaderClassName
{
color: #81BCD9;
}
.AnyTagClassName
{
color: #81BCD9;
}
</style>
background-color css
<style>
a { background-color: #81BCD9; }
a { background-color: rgb(129,188,217); }
div.DivClassName
{
background-color: #81BCD9;
}
.BgClassName
{
background-color: #81BCD9;
}
</style>
border-color css
<style>
span { border-color: #81BCD9; }
span { border-color: rgb(129,188,217); }
td.TdClassName
{
border-color: #81BCD9;
}
.TagClassName
{
border-color: #81BCD9;
}
</style>