Shades of Seagull #81BEDD
Tints of Seagull #81BEDD
RGB
CMYK
RGB Variations
Color information
#81BEDD (or 0x81BEDD) is known color: Seagull. HEX triplet: 81, BE and DD. RGB value is (129,190,221). Sum of RGB (Red+Green+Blue) = 129+190+221=540 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.89% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #81BEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BEDD is #7E4122. Grayscale: #AFAFAF. Windows color (decimal): -8274211 or 14532225. OLE color: 14532225.
HSL color Cylindrical-coordinate representation of color #81BEDD: hue angle of 200.22º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81BEDD is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 190 | 221 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.13 |
| HSL | 200.22º | 0.58% | 0.69% | - |
| HSV(B) | 200.22º | 0.42% | 0.87% | - |
| XYZ | 40.52 | 46.71 | 75.29 | - |
| YUV | 175.3 | 153.79 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 221 | 0.42 | 0.14 | 0 | 0.13 | 200.22 | 0.58 | 0.69 |
| Hex | 81 | BE | DD | 2A | E | 0 | D | C8 | 3A | 45 |
| Octal | 201 | 276 | 335 | 52 | 16 | 0 | 15 | 310 | 72 | 105 |
| Binary | 10000001 | 10111110 | 11011101 | 101010 | 1110 | 0 | 1101 | 11001000 | 111010 | 1000101 |
Color Harmonies of #81BEDD
Complementary color
Monochromatic Colors of #81BEDD
Black with #81BEDD
Text Example
Text Example
White with #81BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BEDD; }
p { color: rgb(129,190,221); }
H1.HeaderClassName
{
color: #81BEDD;
}
.AnyTagClassName
{
color: #81BEDD;
}
</style>
background-color css
<style>
a { background-color: #81BEDD; }
a { background-color: rgb(129,190,221); }
div.DivClassName
{
background-color: #81BEDD;
}
.BgClassName
{
background-color: #81BEDD;
}
</style>
border-color css
<style>
span { border-color: #81BEDD; }
span { border-color: rgb(129,190,221); }
td.TdClassName
{
border-color: #81BEDD;
}
.TagClassName
{
border-color: #81BEDD;
}
</style>