Shades of Seagull #81BECF
Tints of Seagull #81BECF
RGB
CMYK
RGB Variations
Color information
#81BECF (or 0x81BECF) is known color: Seagull. HEX triplet: 81, BE and CF. RGB value is (129,190,207). Sum of RGB (Red+Green+Blue) = 129+190+207=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #81BECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BECF is #7E4130. Grayscale: #ADADAD. Windows color (decimal): -8274225 or 13614721. OLE color: 13614721.
HSL color Cylindrical-coordinate representation of color #81BECF: hue angle of 193.08º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81BECF is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 190 | 207 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.19 |
| HSL | 193.08º | 0.45% | 0.66% | - |
| HSV(B) | 193.08º | 0.38% | 0.81% | - |
| XYZ | 38.73 | 46 | 65.87 | - |
| YUV | 173.7 | 146.79 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 207 | 0.38 | 0.08 | 0 | 0.19 | 193.08 | 0.45 | 0.66 |
| Hex | 81 | BE | CF | 26 | 8 | 0 | 13 | C1 | 2D | 42 |
| Octal | 201 | 276 | 317 | 46 | 10 | 0 | 23 | 301 | 55 | 102 |
| Binary | 10000001 | 10111110 | 11001111 | 100110 | 1000 | 0 | 10011 | 11000001 | 101101 | 1000010 |
Color Harmonies of #81BECF
Complementary color
Monochromatic Colors of #81BECF
Black with #81BECF
Text Example
Text Example
White with #81BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BECF; }
p { color: rgb(129,190,207); }
H1.HeaderClassName
{
color: #81BECF;
}
.AnyTagClassName
{
color: #81BECF;
}
</style>
background-color css
<style>
a { background-color: #81BECF; }
a { background-color: rgb(129,190,207); }
div.DivClassName
{
background-color: #81BECF;
}
.BgClassName
{
background-color: #81BECF;
}
</style>
border-color css
<style>
span { border-color: #81BECF; }
span { border-color: rgb(129,190,207); }
td.TdClassName
{
border-color: #81BECF;
}
.TagClassName
{
border-color: #81BECF;
}
</style>