Shades of Seagull #81B5C9
Tints of Seagull #81B5C9
RGB
CMYK
RGB Variations
Color information
#81B5C9 (or 0x81B5C9) is known color: Seagull. HEX triplet: 81, B5 and C9. RGB value is (129,181,201). Sum of RGB (Red+Green+Blue) = 129+181+201=511 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.24% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 201 - color contains mainly: blue. Hex color #81B5C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B5C9 is #7E4A36. Grayscale: #A7A7A7. Windows color (decimal): -8276535 or 13219201. OLE color: 13219201.
HSL color Cylindrical-coordinate representation of color #81B5C9: hue angle of 196.67º 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 #81B5C9 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 181 | 201 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.21 |
| HSL | 196.67º | 0.4% | 0.65% | - |
| HSV(B) | 196.67º | 0.36% | 0.79% | - |
| XYZ | 36.12 | 41.93 | 61.45 | - |
| YUV | 167.73 | 146.77 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 201 | 0.36 | 0.10 | 0 | 0.21 | 196.67 | 0.4 | 0.65 |
| Hex | 81 | B5 | C9 | 24 | A | 0 | 15 | C5 | 28 | 41 |
| Octal | 201 | 265 | 311 | 44 | 12 | 0 | 25 | 305 | 50 | 101 |
| Binary | 10000001 | 10110101 | 11001001 | 100100 | 1010 | 0 | 10101 | 11000101 | 101000 | 1000001 |
Color Harmonies of #81B5C9
Complementary color
Monochromatic Colors of #81B5C9
Black with #81B5C9
Text Example
Text Example
White with #81B5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B5C9; }
p { color: rgb(129,181,201); }
H1.HeaderClassName
{
color: #81B5C9;
}
.AnyTagClassName
{
color: #81B5C9;
}
</style>
background-color css
<style>
a { background-color: #81B5C9; }
a { background-color: rgb(129,181,201); }
div.DivClassName
{
background-color: #81B5C9;
}
.BgClassName
{
background-color: #81B5C9;
}
</style>
border-color css
<style>
span { border-color: #81B5C9; }
span { border-color: rgb(129,181,201); }
td.TdClassName
{
border-color: #81B5C9;
}
.TagClassName
{
border-color: #81B5C9;
}
</style>