Shades of Seagull #81B9CB
Tints of Seagull #81B9CB
RGB
CMYK
RGB Variations
Color information
#81B9CB (or 0x81B9CB) is known color: Seagull. HEX triplet: 81, B9 and CB. RGB value is (129,185,203). Sum of RGB (Red+Green+Blue) = 129+185+203=517 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.95% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #81B9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B9CB is #7E4634. Grayscale: #AAAAAA. Windows color (decimal): -8275509 or 13351297. OLE color: 13351297.
HSL color Cylindrical-coordinate representation of color #81B9CB: hue angle of 194.59º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81B9CB is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 185 | 203 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.20 |
| HSL | 194.59º | 0.42% | 0.65% | - |
| HSV(B) | 194.59º | 0.36% | 0.8% | - |
| XYZ | 37.18 | 43.68 | 62.97 | - |
| YUV | 170.31 | 146.45 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 185 | 203 | 0.36 | 0.09 | 0 | 0.20 | 194.59 | 0.42 | 0.65 |
| Hex | 81 | B9 | CB | 24 | 9 | 0 | 14 | C3 | 2A | 41 |
| Octal | 201 | 271 | 313 | 44 | 11 | 0 | 24 | 303 | 52 | 101 |
| Binary | 10000001 | 10111001 | 11001011 | 100100 | 1001 | 0 | 10100 | 11000011 | 101010 | 1000001 |
Color Harmonies of #81B9CB
Complementary color
Monochromatic Colors of #81B9CB
Black with #81B9CB
Text Example
Text Example
White with #81B9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B9CB; }
p { color: rgb(129,185,203); }
H1.HeaderClassName
{
color: #81B9CB;
}
.AnyTagClassName
{
color: #81B9CB;
}
</style>
background-color css
<style>
a { background-color: #81B9CB; }
a { background-color: rgb(129,185,203); }
div.DivClassName
{
background-color: #81B9CB;
}
.BgClassName
{
background-color: #81B9CB;
}
</style>
border-color css
<style>
span { border-color: #81B9CB; }
span { border-color: rgb(129,185,203); }
td.TdClassName
{
border-color: #81B9CB;
}
.TagClassName
{
border-color: #81B9CB;
}
</style>