Shades of Seagull #81BFCB
Tints of Seagull #81BFCB
RGB
CMYK
RGB Variations
Color information
#81BFCB (or 0x81BFCB) is known color: Seagull. HEX triplet: 81, BF and CB. RGB value is (129,191,203). Sum of RGB (Red+Green+Blue) = 129+191+203=523 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.67% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #81BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BFCB is #7E4034. Grayscale: #ADADAD. Windows color (decimal): -8273973 or 13352833. OLE color: 13352833.
HSL color Cylindrical-coordinate representation of color #81BFCB: hue angle of 189.73º 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 #81BFCB is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 191 | 203 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.20 |
| HSL | 189.73º | 0.42% | 0.65% | - |
| HSV(B) | 189.73º | 0.36% | 0.8% | - |
| XYZ | 38.46 | 46.24 | 63.4 | - |
| YUV | 173.83 | 144.46 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 191 | 203 | 0.36 | 0.06 | 0 | 0.20 | 189.73 | 0.42 | 0.65 |
| Hex | 81 | BF | CB | 24 | 6 | 0 | 14 | BE | 2A | 41 |
| Octal | 201 | 277 | 313 | 44 | 6 | 0 | 24 | 276 | 52 | 101 |
| Binary | 10000001 | 10111111 | 11001011 | 100100 | 110 | 0 | 10100 | 10111110 | 101010 | 1000001 |
Color Harmonies of #81BFCB
Complementary color
Monochromatic Colors of #81BFCB
Black with #81BFCB
Text Example
Text Example
White with #81BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BFCB; }
p { color: rgb(129,191,203); }
H1.HeaderClassName
{
color: #81BFCB;
}
.AnyTagClassName
{
color: #81BFCB;
}
</style>
background-color css
<style>
a { background-color: #81BFCB; }
a { background-color: rgb(129,191,203); }
div.DivClassName
{
background-color: #81BFCB;
}
.BgClassName
{
background-color: #81BFCB;
}
</style>
border-color css
<style>
span { border-color: #81BFCB; }
span { border-color: rgb(129,191,203); }
td.TdClassName
{
border-color: #81BFCB;
}
.TagClassName
{
border-color: #81BFCB;
}
</style>