Shades of Seagull #80BEDC
Tints of Seagull #80BEDC
RGB
CMYK
RGB Variations
Color information
#80BEDC (or 0x80BEDC) is known color: Seagull. HEX triplet: 80, BE and DC. RGB value is (128,190,220). Sum of RGB (Red+Green+Blue) = 128+190+220=538 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.79% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #80BEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BEDC is #7F4123. Grayscale: #AEAEAE. Windows color (decimal): -8339748 or 14466688. OLE color: 14466688.
HSL color Cylindrical-coordinate representation of color #80BEDC: hue angle of 199.57º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80BEDC is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 190 | 220 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.14 |
| HSL | 199.57º | 0.57% | 0.68% | - |
| HSV(B) | 199.57º | 0.42% | 0.86% | - |
| XYZ | 40.23 | 46.58 | 74.58 | - |
| YUV | 174.88 | 153.46 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 190 | 220 | 0.42 | 0.14 | 0 | 0.14 | 199.57 | 0.57 | 0.68 |
| Hex | 80 | BE | DC | 2A | E | 0 | E | C8 | 39 | 44 |
| Octal | 200 | 276 | 334 | 52 | 16 | 0 | 16 | 310 | 71 | 104 |
| Binary | 10000000 | 10111110 | 11011100 | 101010 | 1110 | 0 | 1110 | 11001000 | 111001 | 1000100 |
Color Harmonies of #80BEDC
Complementary color
Monochromatic Colors of #80BEDC
Black with #80BEDC
Text Example
Text Example
White with #80BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BEDC; }
p { color: rgb(128,190,220); }
H1.HeaderClassName
{
color: #80BEDC;
}
.AnyTagClassName
{
color: #80BEDC;
}
</style>
background-color css
<style>
a { background-color: #80BEDC; }
a { background-color: rgb(128,190,220); }
div.DivClassName
{
background-color: #80BEDC;
}
.BgClassName
{
background-color: #80BEDC;
}
</style>
border-color css
<style>
span { border-color: #80BEDC; }
span { border-color: rgb(128,190,220); }
td.TdClassName
{
border-color: #80BEDC;
}
.TagClassName
{
border-color: #80BEDC;
}
</style>