Shades of Seagull #80BEDF
Tints of Seagull #80BEDF
RGB
CMYK
RGB Variations
Color information
#80BEDF (or 0x80BEDF) is known color: Seagull. HEX triplet: 80, BE and DF. RGB value is (128,190,223). Sum of RGB (Red+Green+Blue) = 128+190+223=541 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.66% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #80BEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BEDF is #7F4120. Grayscale: #AFAFAF. Windows color (decimal): -8339745 or 14663296. OLE color: 14663296.
HSL color Cylindrical-coordinate representation of color #80BEDF: hue angle of 200.84º 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 #80BEDF is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 190 | 223 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.13 |
| HSL | 200.84º | 0.6% | 0.69% | - |
| HSV(B) | 200.84º | 0.43% | 0.87% | - |
| XYZ | 40.63 | 46.74 | 76.69 | - |
| YUV | 175.22 | 154.96 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 190 | 223 | 0.43 | 0.15 | 0 | 0.13 | 200.84 | 0.6 | 0.69 |
| Hex | 80 | BE | DF | 2B | F | 0 | D | C9 | 3C | 45 |
| Octal | 200 | 276 | 337 | 53 | 17 | 0 | 15 | 311 | 74 | 105 |
| Binary | 10000000 | 10111110 | 11011111 | 101011 | 1111 | 0 | 1101 | 11001001 | 111100 | 1000101 |
Color Harmonies of #80BEDF
Complementary color
Monochromatic Colors of #80BEDF
Black with #80BEDF
Text Example
Text Example
White with #80BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BEDF; }
p { color: rgb(128,190,223); }
H1.HeaderClassName
{
color: #80BEDF;
}
.AnyTagClassName
{
color: #80BEDF;
}
</style>
background-color css
<style>
a { background-color: #80BEDF; }
a { background-color: rgb(128,190,223); }
div.DivClassName
{
background-color: #80BEDF;
}
.BgClassName
{
background-color: #80BEDF;
}
</style>
border-color css
<style>
span { border-color: #80BEDF; }
span { border-color: rgb(128,190,223); }
td.TdClassName
{
border-color: #80BEDF;
}
.TagClassName
{
border-color: #80BEDF;
}
</style>