Shades of Seagull #80BAD4
Tints of Seagull #80BAD4
RGB
CMYK
RGB Variations
Color information
#80BAD4 (or 0x80BAD4) is known color: Seagull. HEX triplet: 80, BA and D4. RGB value is (128,186,212). Sum of RGB (Red+Green+Blue) = 128+186+212=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 212 - color contains mainly: blue. Hex color #80BAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BAD4 is #7F452B. Grayscale: #ABABAB. Windows color (decimal): -8340780 or 13941376. OLE color: 13941376.
HSL color Cylindrical-coordinate representation of color #80BAD4: hue angle of 198.57º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80BAD4 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 186 | 212 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.17 |
| HSL | 198.57º | 0.49% | 0.67% | - |
| HSV(B) | 198.57º | 0.4% | 0.83% | - |
| XYZ | 38.34 | 44.46 | 68.85 | - |
| YUV | 171.62 | 150.78 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 212 | 0.40 | 0.12 | 0 | 0.17 | 198.57 | 0.49 | 0.67 |
| Hex | 80 | BA | D4 | 28 | C | 0 | 11 | C7 | 31 | 43 |
| Octal | 200 | 272 | 324 | 50 | 14 | 0 | 21 | 307 | 61 | 103 |
| Binary | 10000000 | 10111010 | 11010100 | 101000 | 1100 | 0 | 10001 | 11000111 | 110001 | 1000011 |
Color Harmonies of #80BAD4
Complementary color
Monochromatic Colors of #80BAD4
Black with #80BAD4
Text Example
Text Example
White with #80BAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BAD4; }
p { color: rgb(128,186,212); }
H1.HeaderClassName
{
color: #80BAD4;
}
.AnyTagClassName
{
color: #80BAD4;
}
</style>
background-color css
<style>
a { background-color: #80BAD4; }
a { background-color: rgb(128,186,212); }
div.DivClassName
{
background-color: #80BAD4;
}
.BgClassName
{
background-color: #80BAD4;
}
</style>
border-color css
<style>
span { border-color: #80BAD4; }
span { border-color: rgb(128,186,212); }
td.TdClassName
{
border-color: #80BAD4;
}
.TagClassName
{
border-color: #80BAD4;
}
</style>