Shades of Seagull #80BCDF
Tints of Seagull #80BCDF
RGB
CMYK
RGB Variations
Color information
#80BCDF (or 0x80BCDF) is known color: Seagull. HEX triplet: 80, BC and DF. RGB value is (128,188,223). Sum of RGB (Red+Green+Blue) = 128+188+223=539 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.75% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #80BCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BCDF is #7F4320. Grayscale: #ADADAD. Windows color (decimal): -8340257 or 14662784. OLE color: 14662784.
HSL color Cylindrical-coordinate representation of color #80BCDF: hue angle of 202.11º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80BCDF is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 188 | 223 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.13 |
| HSL | 202.11º | 0.6% | 0.69% | - |
| HSV(B) | 202.11º | 0.43% | 0.87% | - |
| XYZ | 40.2 | 45.88 | 76.55 | - |
| YUV | 174.05 | 155.62 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 223 | 0.43 | 0.16 | 0 | 0.13 | 202.11 | 0.6 | 0.69 |
| Hex | 80 | BC | DF | 2B | 10 | 0 | D | CA | 3C | 45 |
| Octal | 200 | 274 | 337 | 53 | 20 | 0 | 15 | 312 | 74 | 105 |
| Binary | 10000000 | 10111100 | 11011111 | 101011 | 10000 | 0 | 1101 | 11001010 | 111100 | 1000101 |
Color Harmonies of #80BCDF
Complementary color
Monochromatic Colors of #80BCDF
Black with #80BCDF
Text Example
Text Example
White with #80BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BCDF; }
p { color: rgb(128,188,223); }
H1.HeaderClassName
{
color: #80BCDF;
}
.AnyTagClassName
{
color: #80BCDF;
}
</style>
background-color css
<style>
a { background-color: #80BCDF; }
a { background-color: rgb(128,188,223); }
div.DivClassName
{
background-color: #80BCDF;
}
.BgClassName
{
background-color: #80BCDF;
}
</style>
border-color css
<style>
span { border-color: #80BCDF; }
span { border-color: rgb(128,188,223); }
td.TdClassName
{
border-color: #80BCDF;
}
.TagClassName
{
border-color: #80BCDF;
}
</style>