Shades of Seagull #81B7CA
Tints of Seagull #81B7CA
RGB
CMYK
RGB Variations
Color information
#81B7CA (or 0x81B7CA) is known color: Seagull. HEX triplet: 81, B7 and CA. RGB value is (129,183,202). Sum of RGB (Red+Green+Blue) = 129+183+202=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #81B7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B7CA is #7E4835. Grayscale: #A8A8A8. Windows color (decimal): -8276022 or 13285249. OLE color: 13285249.
HSL color Cylindrical-coordinate representation of color #81B7CA: hue angle of 195.62º degrees, saturation: 0.41, 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 #81B7CA is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 183 | 202 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.21 |
| HSL | 195.62º | 0.41% | 0.65% | - |
| HSV(B) | 195.62º | 0.36% | 0.79% | - |
| XYZ | 36.65 | 42.8 | 62.21 | - |
| YUV | 169.02 | 146.61 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 183 | 202 | 0.36 | 0.09 | 0 | 0.21 | 195.62 | 0.41 | 0.65 |
| Hex | 81 | B7 | CA | 24 | 9 | 0 | 15 | C4 | 29 | 41 |
| Octal | 201 | 267 | 312 | 44 | 11 | 0 | 25 | 304 | 51 | 101 |
| Binary | 10000001 | 10110111 | 11001010 | 100100 | 1001 | 0 | 10101 | 11000100 | 101001 | 1000001 |
Color Harmonies of #81B7CA
Complementary color
Monochromatic Colors of #81B7CA
Black with #81B7CA
Text Example
Text Example
White with #81B7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B7CA; }
p { color: rgb(129,183,202); }
H1.HeaderClassName
{
color: #81B7CA;
}
.AnyTagClassName
{
color: #81B7CA;
}
</style>
background-color css
<style>
a { background-color: #81B7CA; }
a { background-color: rgb(129,183,202); }
div.DivClassName
{
background-color: #81B7CA;
}
.BgClassName
{
background-color: #81B7CA;
}
</style>
border-color css
<style>
span { border-color: #81B7CA; }
span { border-color: rgb(129,183,202); }
td.TdClassName
{
border-color: #81B7CA;
}
.TagClassName
{
border-color: #81B7CA;
}
</style>