Shades of Seagull #81B3CE
Tints of Seagull #81B3CE
RGB
CMYK
RGB Variations
Color information
#81B3CE (or 0x81B3CE) is known color: Seagull. HEX triplet: 81, B3 and CE. RGB value is (129,179,206). Sum of RGB (Red+Green+Blue) = 129+179+206=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #81B3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B3CE is #7E4C31. Grayscale: #A6A6A6. Windows color (decimal): -8277042 or 13546369. OLE color: 13546369.
HSL color Cylindrical-coordinate representation of color #81B3CE: hue angle of 201.04º 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 #81B3CE is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 179 | 206 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.19 |
| HSL | 201.04º | 0.44% | 0.66% | - |
| HSV(B) | 201.04º | 0.37% | 0.81% | - |
| XYZ | 36.31 | 41.36 | 64.46 | - |
| YUV | 167.13 | 149.94 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 179 | 206 | 0.37 | 0.13 | 0 | 0.19 | 201.04 | 0.44 | 0.66 |
| Hex | 81 | B3 | CE | 25 | D | 0 | 13 | C9 | 2C | 42 |
| Octal | 201 | 263 | 316 | 45 | 15 | 0 | 23 | 311 | 54 | 102 |
| Binary | 10000001 | 10110011 | 11001110 | 100101 | 1101 | 0 | 10011 | 11001001 | 101100 | 1000010 |
Color Harmonies of #81B3CE
Complementary color
Monochromatic Colors of #81B3CE
Black with #81B3CE
Text Example
Text Example
White with #81B3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B3CE; }
p { color: rgb(129,179,206); }
H1.HeaderClassName
{
color: #81B3CE;
}
.AnyTagClassName
{
color: #81B3CE;
}
</style>
background-color css
<style>
a { background-color: #81B3CE; }
a { background-color: rgb(129,179,206); }
div.DivClassName
{
background-color: #81B3CE;
}
.BgClassName
{
background-color: #81B3CE;
}
</style>
border-color css
<style>
span { border-color: #81B3CE; }
span { border-color: rgb(129,179,206); }
td.TdClassName
{
border-color: #81B3CE;
}
.TagClassName
{
border-color: #81B3CE;
}
</style>