Shades of Seagull #81B4C9
Tints of Seagull #81B4C9
RGB
CMYK
RGB Variations
Color information
#81B4C9 (or 0x81B4C9) is known color: Seagull. HEX triplet: 81, B4 and C9. RGB value is (129,180,201). Sum of RGB (Red+Green+Blue) = 129+180+201=510 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.29% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 201 - color contains mainly: blue. Hex color #81B4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B4C9 is #7E4B36. Grayscale: #A7A7A7. Windows color (decimal): -8276791 or 13218945. OLE color: 13218945.
HSL color Cylindrical-coordinate representation of color #81B4C9: hue angle of 197.5º 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 #81B4C9 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 180 | 201 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.21 |
| HSL | 197.5º | 0.4% | 0.65% | - |
| HSV(B) | 197.5º | 0.36% | 0.79% | - |
| XYZ | 35.92 | 41.53 | 61.38 | - |
| YUV | 167.15 | 147.1 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 180 | 201 | 0.36 | 0.10 | 0 | 0.21 | 197.5 | 0.4 | 0.65 |
| Hex | 81 | B4 | C9 | 24 | A | 0 | 15 | C6 | 28 | 41 |
| Octal | 201 | 264 | 311 | 44 | 12 | 0 | 25 | 306 | 50 | 101 |
| Binary | 10000001 | 10110100 | 11001001 | 100100 | 1010 | 0 | 10101 | 11000110 | 101000 | 1000001 |
Color Harmonies of #81B4C9
Complementary color
Monochromatic Colors of #81B4C9
Black with #81B4C9
Text Example
Text Example
White with #81B4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B4C9; }
p { color: rgb(129,180,201); }
H1.HeaderClassName
{
color: #81B4C9;
}
.AnyTagClassName
{
color: #81B4C9;
}
</style>
background-color css
<style>
a { background-color: #81B4C9; }
a { background-color: rgb(129,180,201); }
div.DivClassName
{
background-color: #81B4C9;
}
.BgClassName
{
background-color: #81B4C9;
}
</style>
border-color css
<style>
span { border-color: #81B4C9; }
span { border-color: rgb(129,180,201); }
td.TdClassName
{
border-color: #81B4C9;
}
.TagClassName
{
border-color: #81B4C9;
}
</style>