Shades of Seagull #81BCDF
Tints of Seagull #81BCDF
RGB
CMYK
RGB Variations
Color information
#81BCDF (or 0x81BCDF) is known color: Seagull. HEX triplet: 81, BC and DF. RGB value is (129,188,223). Sum of RGB (Red+Green+Blue) = 129+188+223=540 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.89% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #81BCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BCDF is #7E4320. Grayscale: #AEAEAE. Windows color (decimal): -8274721 or 14662785. OLE color: 14662785.
HSL color Cylindrical-coordinate representation of color #81BCDF: hue angle of 202.34º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81BCDF is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 188 | 223 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.13 |
| HSL | 202.34º | 0.59% | 0.69% | - |
| HSV(B) | 202.34º | 0.42% | 0.87% | - |
| XYZ | 40.36 | 45.96 | 76.56 | - |
| YUV | 174.35 | 155.45 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 223 | 0.42 | 0.16 | 0 | 0.13 | 202.34 | 0.59 | 0.69 |
| Hex | 81 | BC | DF | 2A | 10 | 0 | D | CA | 3B | 45 |
| Octal | 201 | 274 | 337 | 52 | 20 | 0 | 15 | 312 | 73 | 105 |
| Binary | 10000001 | 10111100 | 11011111 | 101010 | 10000 | 0 | 1101 | 11001010 | 111011 | 1000101 |
Color Harmonies of #81BCDF
Complementary color
Monochromatic Colors of #81BCDF
Black with #81BCDF
Text Example
Text Example
White with #81BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BCDF; }
p { color: rgb(129,188,223); }
H1.HeaderClassName
{
color: #81BCDF;
}
.AnyTagClassName
{
color: #81BCDF;
}
</style>
background-color css
<style>
a { background-color: #81BCDF; }
a { background-color: rgb(129,188,223); }
div.DivClassName
{
background-color: #81BCDF;
}
.BgClassName
{
background-color: #81BCDF;
}
</style>
border-color css
<style>
span { border-color: #81BCDF; }
span { border-color: rgb(129,188,223); }
td.TdClassName
{
border-color: #81BCDF;
}
.TagClassName
{
border-color: #81BCDF;
}
</style>