Shades of Seagull #81BECB
Tints of Seagull #81BECB
RGB
CMYK
RGB Variations
Color information
#81BECB (or 0x81BECB) is known color: Seagull. HEX triplet: 81, BE and CB. RGB value is (129,190,203). Sum of RGB (Red+Green+Blue) = 129+190+203=522 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.71% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #81BECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BECB is #7E4134. Grayscale: #ADADAD. Windows color (decimal): -8274229 or 13352577. OLE color: 13352577.
HSL color Cylindrical-coordinate representation of color #81BECB: hue angle of 190.54º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81BECB is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 190 | 203 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.20 |
| HSL | 190.54º | 0.42% | 0.65% | - |
| HSV(B) | 190.54º | 0.36% | 0.8% | - |
| XYZ | 38.25 | 45.81 | 63.33 | - |
| YUV | 173.24 | 144.79 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 203 | 0.36 | 0.06 | 0 | 0.20 | 190.54 | 0.42 | 0.65 |
| Hex | 81 | BE | CB | 24 | 6 | 0 | 14 | BF | 2A | 41 |
| Octal | 201 | 276 | 313 | 44 | 6 | 0 | 24 | 277 | 52 | 101 |
| Binary | 10000001 | 10111110 | 11001011 | 100100 | 110 | 0 | 10100 | 10111111 | 101010 | 1000001 |
Color Harmonies of #81BECB
Complementary color
Monochromatic Colors of #81BECB
Black with #81BECB
Text Example
Text Example
White with #81BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BECB; }
p { color: rgb(129,190,203); }
H1.HeaderClassName
{
color: #81BECB;
}
.AnyTagClassName
{
color: #81BECB;
}
</style>
background-color css
<style>
a { background-color: #81BECB; }
a { background-color: rgb(129,190,203); }
div.DivClassName
{
background-color: #81BECB;
}
.BgClassName
{
background-color: #81BECB;
}
</style>
border-color css
<style>
span { border-color: #81BECB; }
span { border-color: rgb(129,190,203); }
td.TdClassName
{
border-color: #81BECB;
}
.TagClassName
{
border-color: #81BECB;
}
</style>