Shades of Seagull #81B7DA
Tints of Seagull #81B7DA
RGB
CMYK
RGB Variations
Color information
#81B7DA (or 0x81B7DA) is known color: Seagull. HEX triplet: 81, B7 and DA. RGB value is (129,183,218). Sum of RGB (Red+Green+Blue) = 129+183+218=530 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.34% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #81B7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B7DA is #7E4825. Grayscale: #AAAAAA. Windows color (decimal): -8276006 or 14333825. OLE color: 14333825.
HSL color Cylindrical-coordinate representation of color #81B7DA: hue angle of 203.6º degrees, saturation: 0.55, 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 #81B7DA is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 183 | 218 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.15 |
| HSL | 203.6º | 0.55% | 0.68% | - |
| HSV(B) | 203.6º | 0.41% | 0.85% | - |
| XYZ | 38.64 | 43.6 | 72.71 | - |
| YUV | 170.84 | 154.61 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 183 | 218 | 0.41 | 0.16 | 0 | 0.15 | 203.6 | 0.55 | 0.68 |
| Hex | 81 | B7 | DA | 29 | 10 | 0 | F | CC | 37 | 44 |
| Octal | 201 | 267 | 332 | 51 | 20 | 0 | 17 | 314 | 67 | 104 |
| Binary | 10000001 | 10110111 | 11011010 | 101001 | 10000 | 0 | 1111 | 11001100 | 110111 | 1000100 |
Color Harmonies of #81B7DA
Complementary color
Monochromatic Colors of #81B7DA
Black with #81B7DA
Text Example
Text Example
White with #81B7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B7DA; }
p { color: rgb(129,183,218); }
H1.HeaderClassName
{
color: #81B7DA;
}
.AnyTagClassName
{
color: #81B7DA;
}
</style>
background-color css
<style>
a { background-color: #81B7DA; }
a { background-color: rgb(129,183,218); }
div.DivClassName
{
background-color: #81B7DA;
}
.BgClassName
{
background-color: #81B7DA;
}
</style>
border-color css
<style>
span { border-color: #81B7DA; }
span { border-color: rgb(129,183,218); }
td.TdClassName
{
border-color: #81B7DA;
}
.TagClassName
{
border-color: #81B7DA;
}
</style>