Shades of Seagull #81BBDD
Tints of Seagull #81BBDD
RGB
CMYK
RGB Variations
Color information
#81BBDD (or 0x81BBDD) is known color: Seagull. HEX triplet: 81, BB and DD. RGB value is (129,187,221). Sum of RGB (Red+Green+Blue) = 129+187+221=537 (71% of max value = 765). Red value is 129 (50.78% from 255 or 24.02% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #81BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BBDD is #7E4422. Grayscale: #ADADAD. Windows color (decimal): -8274979 or 14531457. OLE color: 14531457.
HSL color Cylindrical-coordinate representation of color #81BBDD: hue angle of 202.17º 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 #81BBDD is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 187 | 221 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.13 |
| HSL | 202.17º | 0.58% | 0.69% | - |
| HSV(B) | 202.17º | 0.42% | 0.87% | - |
| XYZ | 39.87 | 45.43 | 75.07 | - |
| YUV | 173.53 | 154.78 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 187 | 221 | 0.42 | 0.15 | 0 | 0.13 | 202.17 | 0.58 | 0.69 |
| Hex | 81 | BB | DD | 2A | F | 0 | D | CA | 3A | 45 |
| Octal | 201 | 273 | 335 | 52 | 17 | 0 | 15 | 312 | 72 | 105 |
| Binary | 10000001 | 10111011 | 11011101 | 101010 | 1111 | 0 | 1101 | 11001010 | 111010 | 1000101 |
Color Harmonies of #81BBDD
Complementary color
Monochromatic Colors of #81BBDD
Black with #81BBDD
Text Example
Text Example
White with #81BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BBDD; }
p { color: rgb(129,187,221); }
H1.HeaderClassName
{
color: #81BBDD;
}
.AnyTagClassName
{
color: #81BBDD;
}
</style>
background-color css
<style>
a { background-color: #81BBDD; }
a { background-color: rgb(129,187,221); }
div.DivClassName
{
background-color: #81BBDD;
}
.BgClassName
{
background-color: #81BBDD;
}
</style>
border-color css
<style>
span { border-color: #81BBDD; }
span { border-color: rgb(129,187,221); }
td.TdClassName
{
border-color: #81BBDD;
}
.TagClassName
{
border-color: #81BBDD;
}
</style>