Shades of Seagull #81BDDC
Tints of Seagull #81BDDC
RGB
CMYK
RGB Variations
Color information
#81BDDC (or 0x81BDDC) is known color: Seagull. HEX triplet: 81, BD and DC. RGB value is (129,189,220). Sum of RGB (Red+Green+Blue) = 129+189+220=538 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.98% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #81BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BDDC is #7E4223. Grayscale: #AEAEAE. Windows color (decimal): -8274468 or 14466433. OLE color: 14466433.
HSL color Cylindrical-coordinate representation of color #81BDDC: hue angle of 200.44º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81BDDC is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 189 | 220 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.14 |
| HSL | 200.44º | 0.57% | 0.68% | - |
| HSV(B) | 200.44º | 0.41% | 0.86% | - |
| XYZ | 40.17 | 46.23 | 74.52 | - |
| YUV | 174.59 | 153.62 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 189 | 220 | 0.41 | 0.14 | 0 | 0.14 | 200.44 | 0.57 | 0.68 |
| Hex | 81 | BD | DC | 29 | E | 0 | E | C8 | 39 | 44 |
| Octal | 201 | 275 | 334 | 51 | 16 | 0 | 16 | 310 | 71 | 104 |
| Binary | 10000001 | 10111101 | 11011100 | 101001 | 1110 | 0 | 1110 | 11001000 | 111001 | 1000100 |
Color Harmonies of #81BDDC
Complementary color
Monochromatic Colors of #81BDDC
Black with #81BDDC
Text Example
Text Example
White with #81BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BDDC; }
p { color: rgb(129,189,220); }
H1.HeaderClassName
{
color: #81BDDC;
}
.AnyTagClassName
{
color: #81BDDC;
}
</style>
background-color css
<style>
a { background-color: #81BDDC; }
a { background-color: rgb(129,189,220); }
div.DivClassName
{
background-color: #81BDDC;
}
.BgClassName
{
background-color: #81BDDC;
}
</style>
border-color css
<style>
span { border-color: #81BDDC; }
span { border-color: rgb(129,189,220); }
td.TdClassName
{
border-color: #81BDDC;
}
.TagClassName
{
border-color: #81BDDC;
}
</style>