Shades of Seagull #81BBCC
Tints of Seagull #81BBCC
RGB
CMYK
RGB Variations
Color information
#81BBCC (or 0x81BBCC) is known color: Seagull. HEX triplet: 81, BB and CC. RGB value is (129,187,204). Sum of RGB (Red+Green+Blue) = 129+187+204=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #81BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BBCC is #7E4433. Grayscale: #ABABAB. Windows color (decimal): -8274996 or 13417345. OLE color: 13417345.
HSL color Cylindrical-coordinate representation of color #81BBCC: hue angle of 193.6º degrees, saturation: 0.42, 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 #81BBCC is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 187 | 204 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.2 |
| HSL | 193.6º | 0.42% | 0.65% | - |
| HSV(B) | 193.6º | 0.37% | 0.8% | - |
| XYZ | 37.72 | 44.57 | 63.74 | - |
| YUV | 171.6 | 146.28 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 187 | 204 | 0.37 | 0.08 | 0 | 0.2 | 193.6 | 0.42 | 0.65 |
| Hex | 81 | BB | CC | 25 | 8 | 0 | 14 | C2 | 2A | 41 |
| Octal | 201 | 273 | 314 | 45 | 10 | 0 | 24 | 302 | 52 | 101 |
| Binary | 10000001 | 10111011 | 11001100 | 100101 | 1000 | 0 | 10100 | 11000010 | 101010 | 1000001 |
Color Harmonies of #81BBCC
Complementary color
Monochromatic Colors of #81BBCC
Black with #81BBCC
Text Example
Text Example
White with #81BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BBCC; }
p { color: rgb(129,187,204); }
H1.HeaderClassName
{
color: #81BBCC;
}
.AnyTagClassName
{
color: #81BBCC;
}
</style>
background-color css
<style>
a { background-color: #81BBCC; }
a { background-color: rgb(129,187,204); }
div.DivClassName
{
background-color: #81BBCC;
}
.BgClassName
{
background-color: #81BBCC;
}
</style>
border-color css
<style>
span { border-color: #81BBCC; }
span { border-color: rgb(129,187,204); }
td.TdClassName
{
border-color: #81BBCC;
}
.TagClassName
{
border-color: #81BBCC;
}
</style>