Shades of Seagull #80BFD1
Tints of Seagull #80BFD1
RGB
CMYK
RGB Variations
Color information
#80BFD1 (or 0x80BFD1) is known color: Seagull. HEX triplet: 80, BF and D1. RGB value is (128,191,209). Sum of RGB (Red+Green+Blue) = 128+191+209=528 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.24% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #80BFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BFD1 is #7F402E. Grayscale: #AEAEAE. Windows color (decimal): -8339503 or 13746048. OLE color: 13746048.
HSL color Cylindrical-coordinate representation of color #80BFD1: hue angle of 193.33º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80BFD1 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 191 | 209 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.18 |
| HSL | 193.33º | 0.47% | 0.66% | - |
| HSV(B) | 193.33º | 0.39% | 0.82% | - |
| XYZ | 39.04 | 46.45 | 67.23 | - |
| YUV | 174.22 | 147.63 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 209 | 0.39 | 0.09 | 0 | 0.18 | 193.33 | 0.47 | 0.66 |
| Hex | 80 | BF | D1 | 27 | 9 | 0 | 12 | C1 | 2F | 42 |
| Octal | 200 | 277 | 321 | 47 | 11 | 0 | 22 | 301 | 57 | 102 |
| Binary | 10000000 | 10111111 | 11010001 | 100111 | 1001 | 0 | 10010 | 11000001 | 101111 | 1000010 |
Color Harmonies of #80BFD1
Complementary color
Monochromatic Colors of #80BFD1
Black with #80BFD1
Text Example
Text Example
White with #80BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BFD1; }
p { color: rgb(128,191,209); }
H1.HeaderClassName
{
color: #80BFD1;
}
.AnyTagClassName
{
color: #80BFD1;
}
</style>
background-color css
<style>
a { background-color: #80BFD1; }
a { background-color: rgb(128,191,209); }
div.DivClassName
{
background-color: #80BFD1;
}
.BgClassName
{
background-color: #80BFD1;
}
</style>
border-color css
<style>
span { border-color: #80BFD1; }
span { border-color: rgb(128,191,209); }
td.TdClassName
{
border-color: #80BFD1;
}
.TagClassName
{
border-color: #80BFD1;
}
</style>