Shades of Seagull #80BFDF
Tints of Seagull #80BFDF
RGB
CMYK
RGB Variations
Color information
#80BFDF (or 0x80BFDF) is known color: Seagull. HEX triplet: 80, BF and DF. RGB value is (128,191,223). Sum of RGB (Red+Green+Blue) = 128+191+223=542 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.62% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #80BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BFDF is #7F4020. Grayscale: #AFAFAF. Windows color (decimal): -8339489 or 14663552. OLE color: 14663552.
HSL color Cylindrical-coordinate representation of color #80BFDF: hue angle of 200.21º 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 #80BFDF is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 191 | 223 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.13 |
| HSL | 200.21º | 0.6% | 0.69% | - |
| HSV(B) | 200.21º | 0.43% | 0.87% | - |
| XYZ | 40.85 | 47.18 | 76.77 | - |
| YUV | 175.81 | 154.63 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 223 | 0.43 | 0.14 | 0 | 0.13 | 200.21 | 0.6 | 0.69 |
| Hex | 80 | BF | DF | 2B | E | 0 | D | C8 | 3C | 45 |
| Octal | 200 | 277 | 337 | 53 | 16 | 0 | 15 | 310 | 74 | 105 |
| Binary | 10000000 | 10111111 | 11011111 | 101011 | 1110 | 0 | 1101 | 11001000 | 111100 | 1000101 |
Color Harmonies of #80BFDF
Complementary color
Monochromatic Colors of #80BFDF
Black with #80BFDF
Text Example
Text Example
White with #80BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BFDF; }
p { color: rgb(128,191,223); }
H1.HeaderClassName
{
color: #80BFDF;
}
.AnyTagClassName
{
color: #80BFDF;
}
</style>
background-color css
<style>
a { background-color: #80BFDF; }
a { background-color: rgb(128,191,223); }
div.DivClassName
{
background-color: #80BFDF;
}
.BgClassName
{
background-color: #80BFDF;
}
</style>
border-color css
<style>
span { border-color: #80BFDF; }
span { border-color: rgb(128,191,223); }
td.TdClassName
{
border-color: #80BFDF;
}
.TagClassName
{
border-color: #80BFDF;
}
</style>