Shades of Seagull #81B0CE
Tints of Seagull #81B0CE
RGB
CMYK
RGB Variations
Color information
#81B0CE (or 0x81B0CE) is known color: Seagull. HEX triplet: 81, B0 and CE. RGB value is (129,176,206). Sum of RGB (Red+Green+Blue) = 129+176+206=511 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.24% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #81B0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B0CE is #7E4F31. Grayscale: #A5A5A5. Windows color (decimal): -8277810 or 13545601. OLE color: 13545601.
HSL color Cylindrical-coordinate representation of color #81B0CE: hue angle of 203.38º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81B0CE is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 176 | 206 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.19 |
| HSL | 203.38º | 0.44% | 0.66% | - |
| HSV(B) | 203.38º | 0.37% | 0.81% | - |
| XYZ | 35.72 | 40.17 | 64.26 | - |
| YUV | 165.37 | 150.93 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 176 | 206 | 0.37 | 0.15 | 0 | 0.19 | 203.38 | 0.44 | 0.66 |
| Hex | 81 | B0 | CE | 25 | F | 0 | 13 | CB | 2C | 42 |
| Octal | 201 | 260 | 316 | 45 | 17 | 0 | 23 | 313 | 54 | 102 |
| Binary | 10000001 | 10110000 | 11001110 | 100101 | 1111 | 0 | 10011 | 11001011 | 101100 | 1000010 |
Color Harmonies of #81B0CE
Complementary color
Monochromatic Colors of #81B0CE
Black with #81B0CE
Text Example
Text Example
White with #81B0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B0CE; }
p { color: rgb(129,176,206); }
H1.HeaderClassName
{
color: #81B0CE;
}
.AnyTagClassName
{
color: #81B0CE;
}
</style>
background-color css
<style>
a { background-color: #81B0CE; }
a { background-color: rgb(129,176,206); }
div.DivClassName
{
background-color: #81B0CE;
}
.BgClassName
{
background-color: #81B0CE;
}
</style>
border-color css
<style>
span { border-color: #81B0CE; }
span { border-color: rgb(129,176,206); }
td.TdClassName
{
border-color: #81B0CE;
}
.TagClassName
{
border-color: #81B0CE;
}
</style>