Shades of Seagull #81B9C9
Tints of Seagull #81B9C9
RGB
CMYK
RGB Variations
Color information
#81B9C9 (or 0x81B9C9) is known color: Seagull. HEX triplet: 81, B9 and C9. RGB value is (129,185,201). Sum of RGB (Red+Green+Blue) = 129+185+201=515 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.05% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 201 - color contains mainly: blue. Hex color #81B9C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B9C9 is #7E4636. Grayscale: #A9A9A9. Windows color (decimal): -8275511 or 13220225. OLE color: 13220225.
HSL color Cylindrical-coordinate representation of color #81B9C9: hue angle of 193.33º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81B9C9 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 185 | 201 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.21 |
| HSL | 193.33º | 0.4% | 0.65% | - |
| HSV(B) | 193.33º | 0.36% | 0.79% | - |
| XYZ | 36.94 | 43.58 | 61.72 | - |
| YUV | 170.08 | 145.45 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 185 | 201 | 0.36 | 0.08 | 0 | 0.21 | 193.33 | 0.4 | 0.65 |
| Hex | 81 | B9 | C9 | 24 | 8 | 0 | 15 | C1 | 28 | 41 |
| Octal | 201 | 271 | 311 | 44 | 10 | 0 | 25 | 301 | 50 | 101 |
| Binary | 10000001 | 10111001 | 11001001 | 100100 | 1000 | 0 | 10101 | 11000001 | 101000 | 1000001 |
Color Harmonies of #81B9C9
Complementary color
Monochromatic Colors of #81B9C9
Black with #81B9C9
Text Example
Text Example
White with #81B9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B9C9; }
p { color: rgb(129,185,201); }
H1.HeaderClassName
{
color: #81B9C9;
}
.AnyTagClassName
{
color: #81B9C9;
}
</style>
background-color css
<style>
a { background-color: #81B9C9; }
a { background-color: rgb(129,185,201); }
div.DivClassName
{
background-color: #81B9C9;
}
.BgClassName
{
background-color: #81B9C9;
}
</style>
border-color css
<style>
span { border-color: #81B9C9; }
span { border-color: rgb(129,185,201); }
td.TdClassName
{
border-color: #81B9C9;
}
.TagClassName
{
border-color: #81B9C9;
}
</style>