Shades of Seagull #81B1CD
Tints of Seagull #81B1CD
RGB
CMYK
RGB Variations
Color information
#81B1CD (or 0x81B1CD) is known color: Seagull. HEX triplet: 81, B1 and CD. RGB value is (129,177,205). Sum of RGB (Red+Green+Blue) = 129+177+205=511 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.24% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #81B1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B1CD is #7E4E32. Grayscale: #A5A5A5. Windows color (decimal): -8277555 or 13480321. OLE color: 13480321.
HSL color Cylindrical-coordinate representation of color #81B1CD: hue angle of 202.11º degrees, saturation: 0.43, 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 #81B1CD is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 177 | 205 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.20 |
| HSL | 202.11º | 0.43% | 0.65% | - |
| HSV(B) | 202.11º | 0.37% | 0.8% | - |
| XYZ | 35.79 | 40.52 | 63.69 | - |
| YUV | 165.84 | 150.1 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 177 | 205 | 0.37 | 0.14 | 0 | 0.20 | 202.11 | 0.43 | 0.65 |
| Hex | 81 | B1 | CD | 25 | E | 0 | 14 | CA | 2B | 41 |
| Octal | 201 | 261 | 315 | 45 | 16 | 0 | 24 | 312 | 53 | 101 |
| Binary | 10000001 | 10110001 | 11001101 | 100101 | 1110 | 0 | 10100 | 11001010 | 101011 | 1000001 |
Color Harmonies of #81B1CD
Complementary color
Monochromatic Colors of #81B1CD
Black with #81B1CD
Text Example
Text Example
White with #81B1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B1CD; }
p { color: rgb(129,177,205); }
H1.HeaderClassName
{
color: #81B1CD;
}
.AnyTagClassName
{
color: #81B1CD;
}
</style>
background-color css
<style>
a { background-color: #81B1CD; }
a { background-color: rgb(129,177,205); }
div.DivClassName
{
background-color: #81B1CD;
}
.BgClassName
{
background-color: #81B1CD;
}
</style>
border-color css
<style>
span { border-color: #81B1CD; }
span { border-color: rgb(129,177,205); }
td.TdClassName
{
border-color: #81B1CD;
}
.TagClassName
{
border-color: #81B1CD;
}
</style>