Shades of Seagull #81B7D7
Tints of Seagull #81B7D7
RGB
CMYK
RGB Variations
Color information
#81B7D7 (or 0x81B7D7) is known color: Seagull. HEX triplet: 81, B7 and D7. RGB value is (129,183,215). Sum of RGB (Red+Green+Blue) = 129+183+215=527 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.48% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #81B7D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B7D7 is #7E4828. Grayscale: #AAAAAA. Windows color (decimal): -8276009 or 14137217. OLE color: 14137217.
HSL color Cylindrical-coordinate representation of color #81B7D7: hue angle of 202.33º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81B7D7 is Cyan = 0.4, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 183 | 215 | - |
| CMYK | 0.4 | 0.15 | 0 | 0.16 |
| HSL | 202.33º | 0.52% | 0.67% | - |
| HSV(B) | 202.33º | 0.4% | 0.84% | - |
| XYZ | 38.25 | 43.44 | 70.66 | - |
| YUV | 170.5 | 153.11 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 183 | 215 | 0.4 | 0.15 | 0 | 0.16 | 202.33 | 0.52 | 0.67 |
| Hex | 81 | B7 | D7 | 28 | F | 0 | 10 | CA | 34 | 43 |
| Octal | 201 | 267 | 327 | 50 | 17 | 0 | 20 | 312 | 64 | 103 |
| Binary | 10000001 | 10110111 | 11010111 | 101000 | 1111 | 0 | 10000 | 11001010 | 110100 | 1000011 |
Color Harmonies of #81B7D7
Complementary color
Monochromatic Colors of #81B7D7
Black with #81B7D7
Text Example
Text Example
White with #81B7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B7D7; }
p { color: rgb(129,183,215); }
H1.HeaderClassName
{
color: #81B7D7;
}
.AnyTagClassName
{
color: #81B7D7;
}
</style>
background-color css
<style>
a { background-color: #81B7D7; }
a { background-color: rgb(129,183,215); }
div.DivClassName
{
background-color: #81B7D7;
}
.BgClassName
{
background-color: #81B7D7;
}
</style>
border-color css
<style>
span { border-color: #81B7D7; }
span { border-color: rgb(129,183,215); }
td.TdClassName
{
border-color: #81B7D7;
}
.TagClassName
{
border-color: #81B7D7;
}
</style>