Shades of Seagull #81BCCD
Tints of Seagull #81BCCD
RGB
CMYK
RGB Variations
Color information
#81BCCD (or 0x81BCCD) is known color: Seagull. HEX triplet: 81, BC and CD. RGB value is (129,188,205). Sum of RGB (Red+Green+Blue) = 129+188+205=522 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.71% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #81BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BCCD is #7E4332. Grayscale: #ACACAC. Windows color (decimal): -8274739 or 13483137. OLE color: 13483137.
HSL color Cylindrical-coordinate representation of color #81BCCD: hue angle of 193.42º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81BCCD is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 188 | 205 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.20 |
| HSL | 193.42º | 0.43% | 0.65% | - |
| HSV(B) | 193.42º | 0.37% | 0.8% | - |
| XYZ | 38.06 | 45.04 | 64.45 | - |
| YUV | 172.3 | 146.45 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 205 | 0.37 | 0.08 | 0 | 0.20 | 193.42 | 0.43 | 0.65 |
| Hex | 81 | BC | CD | 25 | 8 | 0 | 14 | C1 | 2B | 41 |
| Octal | 201 | 274 | 315 | 45 | 10 | 0 | 24 | 301 | 53 | 101 |
| Binary | 10000001 | 10111100 | 11001101 | 100101 | 1000 | 0 | 10100 | 11000001 | 101011 | 1000001 |
Color Harmonies of #81BCCD
Complementary color
Monochromatic Colors of #81BCCD
Black with #81BCCD
Text Example
Text Example
White with #81BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BCCD; }
p { color: rgb(129,188,205); }
H1.HeaderClassName
{
color: #81BCCD;
}
.AnyTagClassName
{
color: #81BCCD;
}
</style>
background-color css
<style>
a { background-color: #81BCCD; }
a { background-color: rgb(129,188,205); }
div.DivClassName
{
background-color: #81BCCD;
}
.BgClassName
{
background-color: #81BCCD;
}
</style>
border-color css
<style>
span { border-color: #81BCCD; }
span { border-color: rgb(129,188,205); }
td.TdClassName
{
border-color: #81BCCD;
}
.TagClassName
{
border-color: #81BCCD;
}
</style>