Shades of Seagull #80BECF
Tints of Seagull #80BECF
RGB
CMYK
RGB Variations
Color information
#80BECF (or 0x80BECF) is known color: Seagull. HEX triplet: 80, BE and CF. RGB value is (128,190,207). Sum of RGB (Red+Green+Blue) = 128+190+207=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #80BECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BECF is #7F4130. Grayscale: #ADADAD. Windows color (decimal): -8339761 or 13614720. OLE color: 13614720.
HSL color Cylindrical-coordinate representation of color #80BECF: hue angle of 192.91º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80BECF is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 190 | 207 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.19 |
| HSL | 192.91º | 0.45% | 0.66% | - |
| HSV(B) | 192.91º | 0.38% | 0.81% | - |
| XYZ | 38.58 | 45.92 | 65.86 | - |
| YUV | 173.4 | 146.96 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 190 | 207 | 0.38 | 0.08 | 0 | 0.19 | 192.91 | 0.45 | 0.66 |
| Hex | 80 | BE | CF | 26 | 8 | 0 | 13 | C1 | 2D | 42 |
| Octal | 200 | 276 | 317 | 46 | 10 | 0 | 23 | 301 | 55 | 102 |
| Binary | 10000000 | 10111110 | 11001111 | 100110 | 1000 | 0 | 10011 | 11000001 | 101101 | 1000010 |
Color Harmonies of #80BECF
Complementary color
Monochromatic Colors of #80BECF
Black with #80BECF
Text Example
Text Example
White with #80BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BECF; }
p { color: rgb(128,190,207); }
H1.HeaderClassName
{
color: #80BECF;
}
.AnyTagClassName
{
color: #80BECF;
}
</style>
background-color css
<style>
a { background-color: #80BECF; }
a { background-color: rgb(128,190,207); }
div.DivClassName
{
background-color: #80BECF;
}
.BgClassName
{
background-color: #80BECF;
}
</style>
border-color css
<style>
span { border-color: #80BECF; }
span { border-color: rgb(128,190,207); }
td.TdClassName
{
border-color: #80BECF;
}
.TagClassName
{
border-color: #80BECF;
}
</style>