Shades of Seagull #80BED2
Tints of Seagull #80BED2
RGB
CMYK
RGB Variations
Color information
#80BED2 (or 0x80BED2) is known color: Seagull. HEX triplet: 80, BE and D2. RGB value is (128,190,210). Sum of RGB (Red+Green+Blue) = 128+190+210=528 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.24% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 210 (82.42% from 255 or 39.77% from 528); Max value from RGB is 210 - color contains mainly: blue. Hex color #80BED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BED2 is #7F412D. Grayscale: #ADADAD. Windows color (decimal): -8339758 or 13811328. OLE color: 13811328.
HSL color Cylindrical-coordinate representation of color #80BED2: hue angle of 194.63º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80BED2 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 190 | 210 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.18 |
| HSL | 194.63º | 0.48% | 0.66% | - |
| HSV(B) | 194.63º | 0.39% | 0.82% | - |
| XYZ | 38.95 | 46.07 | 67.81 | - |
| YUV | 173.74 | 148.46 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 190 | 210 | 0.39 | 0.10 | 0 | 0.18 | 194.63 | 0.48 | 0.66 |
| Hex | 80 | BE | D2 | 27 | A | 0 | 12 | C3 | 30 | 42 |
| Octal | 200 | 276 | 322 | 47 | 12 | 0 | 22 | 303 | 60 | 102 |
| Binary | 10000000 | 10111110 | 11010010 | 100111 | 1010 | 0 | 10010 | 11000011 | 110000 | 1000010 |
Color Harmonies of #80BED2
Complementary color
Monochromatic Colors of #80BED2
Black with #80BED2
Text Example
Text Example
White with #80BED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BED2; }
p { color: rgb(128,190,210); }
H1.HeaderClassName
{
color: #80BED2;
}
.AnyTagClassName
{
color: #80BED2;
}
</style>
background-color css
<style>
a { background-color: #80BED2; }
a { background-color: rgb(128,190,210); }
div.DivClassName
{
background-color: #80BED2;
}
.BgClassName
{
background-color: #80BED2;
}
</style>
border-color css
<style>
span { border-color: #80BED2; }
span { border-color: rgb(128,190,210); }
td.TdClassName
{
border-color: #80BED2;
}
.TagClassName
{
border-color: #80BED2;
}
</style>