Shades of Seagull #80BBDD
Tints of Seagull #80BBDD
RGB
CMYK
RGB Variations
Color information
#80BBDD (or 0x80BBDD) is known color: Seagull. HEX triplet: 80, BB and DD. RGB value is (128,187,221). Sum of RGB (Red+Green+Blue) = 128+187+221=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #80BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BBDD is #7F4422. Grayscale: #ADADAD. Windows color (decimal): -8340515 or 14531456. OLE color: 14531456.
HSL color Cylindrical-coordinate representation of color #80BBDD: hue angle of 201.94º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80BBDD is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 187 | 221 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.13 |
| HSL | 201.94º | 0.58% | 0.68% | - |
| HSV(B) | 201.94º | 0.42% | 0.87% | - |
| XYZ | 39.72 | 45.35 | 75.07 | - |
| YUV | 173.24 | 154.95 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 221 | 0.42 | 0.15 | 0 | 0.13 | 201.94 | 0.58 | 0.68 |
| Hex | 80 | BB | DD | 2A | F | 0 | D | CA | 3A | 44 |
| Octal | 200 | 273 | 335 | 52 | 17 | 0 | 15 | 312 | 72 | 104 |
| Binary | 10000000 | 10111011 | 11011101 | 101010 | 1111 | 0 | 1101 | 11001010 | 111010 | 1000100 |
Color Harmonies of #80BBDD
Complementary color
Monochromatic Colors of #80BBDD
Black with #80BBDD
Text Example
Text Example
White with #80BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BBDD; }
p { color: rgb(128,187,221); }
H1.HeaderClassName
{
color: #80BBDD;
}
.AnyTagClassName
{
color: #80BBDD;
}
</style>
background-color css
<style>
a { background-color: #80BBDD; }
a { background-color: rgb(128,187,221); }
div.DivClassName
{
background-color: #80BBDD;
}
.BgClassName
{
background-color: #80BBDD;
}
</style>
border-color css
<style>
span { border-color: #80BBDD; }
span { border-color: rgb(128,187,221); }
td.TdClassName
{
border-color: #80BBDD;
}
.TagClassName
{
border-color: #80BBDD;
}
</style>