Shades of Seagull #81BBCF
Tints of Seagull #81BBCF
RGB
CMYK
RGB Variations
Color information
#81BBCF (or 0x81BBCF) is known color: Seagull. HEX triplet: 81, BB and CF. RGB value is (129,187,207). Sum of RGB (Red+Green+Blue) = 129+187+207=523 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.67% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #81BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BBCF is #7E4430. Grayscale: #ABABAB. Windows color (decimal): -8274993 or 13613953. OLE color: 13613953.
HSL color Cylindrical-coordinate representation of color #81BBCF: hue angle of 195.38º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81BBCF is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 187 | 207 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.19 |
| HSL | 195.38º | 0.45% | 0.66% | - |
| HSV(B) | 195.38º | 0.38% | 0.81% | - |
| XYZ | 38.09 | 44.71 | 65.65 | - |
| YUV | 171.94 | 147.78 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 187 | 207 | 0.38 | 0.10 | 0 | 0.19 | 195.38 | 0.45 | 0.66 |
| Hex | 81 | BB | CF | 26 | A | 0 | 13 | C3 | 2D | 42 |
| Octal | 201 | 273 | 317 | 46 | 12 | 0 | 23 | 303 | 55 | 102 |
| Binary | 10000001 | 10111011 | 11001111 | 100110 | 1010 | 0 | 10011 | 11000011 | 101101 | 1000010 |
Color Harmonies of #81BBCF
Complementary color
Monochromatic Colors of #81BBCF
Black with #81BBCF
Text Example
Text Example
White with #81BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BBCF; }
p { color: rgb(129,187,207); }
H1.HeaderClassName
{
color: #81BBCF;
}
.AnyTagClassName
{
color: #81BBCF;
}
</style>
background-color css
<style>
a { background-color: #81BBCF; }
a { background-color: rgb(129,187,207); }
div.DivClassName
{
background-color: #81BBCF;
}
.BgClassName
{
background-color: #81BBCF;
}
</style>
border-color css
<style>
span { border-color: #81BBCF; }
span { border-color: rgb(129,187,207); }
td.TdClassName
{
border-color: #81BBCF;
}
.TagClassName
{
border-color: #81BBCF;
}
</style>