Shades of Seagull #80BBDA
Tints of Seagull #80BBDA
RGB
CMYK
RGB Variations
Color information
#80BBDA (or 0x80BBDA) is known color: Seagull. HEX triplet: 80, BB and DA. RGB value is (128,187,218). Sum of RGB (Red+Green+Blue) = 128+187+218=533 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.02% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #80BBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BBDA is #7F4425. Grayscale: #ACACAC. Windows color (decimal): -8340518 or 14334848. OLE color: 14334848.
HSL color Cylindrical-coordinate representation of color #80BBDA: hue angle of 200.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80BBDA is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 187 | 218 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.15 |
| HSL | 200.67º | 0.55% | 0.68% | - |
| HSV(B) | 200.67º | 0.41% | 0.85% | - |
| XYZ | 39.33 | 45.19 | 72.98 | - |
| YUV | 172.89 | 153.45 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 218 | 0.41 | 0.14 | 0 | 0.15 | 200.67 | 0.55 | 0.68 |
| Hex | 80 | BB | DA | 29 | E | 0 | F | C9 | 37 | 44 |
| Octal | 200 | 273 | 332 | 51 | 16 | 0 | 17 | 311 | 67 | 104 |
| Binary | 10000000 | 10111011 | 11011010 | 101001 | 1110 | 0 | 1111 | 11001001 | 110111 | 1000100 |
Color Harmonies of #80BBDA
Complementary color
Monochromatic Colors of #80BBDA
Black with #80BBDA
Text Example
Text Example
White with #80BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BBDA; }
p { color: rgb(128,187,218); }
H1.HeaderClassName
{
color: #80BBDA;
}
.AnyTagClassName
{
color: #80BBDA;
}
</style>
background-color css
<style>
a { background-color: #80BBDA; }
a { background-color: rgb(128,187,218); }
div.DivClassName
{
background-color: #80BBDA;
}
.BgClassName
{
background-color: #80BBDA;
}
</style>
border-color css
<style>
span { border-color: #80BBDA; }
span { border-color: rgb(128,187,218); }
td.TdClassName
{
border-color: #80BBDA;
}
.TagClassName
{
border-color: #80BBDA;
}
</style>