Shades of Seagull #80BCD8
Tints of Seagull #80BCD8
RGB
CMYK
RGB Variations
Color information
#80BCD8 (or 0x80BCD8) is known color: Seagull. HEX triplet: 80, BC and D8. RGB value is (128,188,216). Sum of RGB (Red+Green+Blue) = 128+188+216=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 216 - color contains mainly: blue. Hex color #80BCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BCD8 is #7F4327. Grayscale: #ADADAD. Windows color (decimal): -8340264 or 14204032. OLE color: 14204032.
HSL color Cylindrical-coordinate representation of color #80BCD8: hue angle of 199.09º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80BCD8 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 188 | 216 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.15 |
| HSL | 199.09º | 0.53% | 0.67% | - |
| HSV(B) | 199.09º | 0.41% | 0.85% | - |
| XYZ | 39.28 | 45.51 | 71.68 | - |
| YUV | 173.25 | 152.12 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 216 | 0.41 | 0.13 | 0 | 0.15 | 199.09 | 0.53 | 0.67 |
| Hex | 80 | BC | D8 | 29 | D | 0 | F | C7 | 35 | 43 |
| Octal | 200 | 274 | 330 | 51 | 15 | 0 | 17 | 307 | 65 | 103 |
| Binary | 10000000 | 10111100 | 11011000 | 101001 | 1101 | 0 | 1111 | 11000111 | 110101 | 1000011 |
Color Harmonies of #80BCD8
Complementary color
Monochromatic Colors of #80BCD8
Black with #80BCD8
Text Example
Text Example
White with #80BCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BCD8; }
p { color: rgb(128,188,216); }
H1.HeaderClassName
{
color: #80BCD8;
}
.AnyTagClassName
{
color: #80BCD8;
}
</style>
background-color css
<style>
a { background-color: #80BCD8; }
a { background-color: rgb(128,188,216); }
div.DivClassName
{
background-color: #80BCD8;
}
.BgClassName
{
background-color: #80BCD8;
}
</style>
border-color css
<style>
span { border-color: #80BCD8; }
span { border-color: rgb(128,188,216); }
td.TdClassName
{
border-color: #80BCD8;
}
.TagClassName
{
border-color: #80BCD8;
}
</style>