Shades of Seagull #80AECE
Tints of Seagull #80AECE
RGB
CMYK
RGB Variations
Color information
#80AECE (or 0x80AECE) is known color: Seagull. HEX triplet: 80, AE and CE. RGB value is (128,174,206). Sum of RGB (Red+Green+Blue) = 128+174+206=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #80AECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AECE is #7F5131. Grayscale: #A3A3A3. Windows color (decimal): -8343858 or 13545088. OLE color: 13545088.
HSL color Cylindrical-coordinate representation of color #80AECE: hue angle of 204.62º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80AECE is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 174 | 206 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.19 |
| HSL | 204.62º | 0.44% | 0.65% | - |
| HSV(B) | 204.62º | 0.38% | 0.81% | - |
| XYZ | 35.18 | 39.32 | 64.13 | - |
| YUV | 163.89 | 151.76 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 174 | 206 | 0.38 | 0.16 | 0 | 0.19 | 204.62 | 0.44 | 0.65 |
| Hex | 80 | AE | CE | 26 | 10 | 0 | 13 | CD | 2C | 41 |
| Octal | 200 | 256 | 316 | 46 | 20 | 0 | 23 | 315 | 54 | 101 |
| Binary | 10000000 | 10101110 | 11001110 | 100110 | 10000 | 0 | 10011 | 11001101 | 101100 | 1000001 |
Color Harmonies of #80AECE
Complementary color
Monochromatic Colors of #80AECE
Black with #80AECE
Text Example
Text Example
White with #80AECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AECE; }
p { color: rgb(128,174,206); }
H1.HeaderClassName
{
color: #80AECE;
}
.AnyTagClassName
{
color: #80AECE;
}
</style>
background-color css
<style>
a { background-color: #80AECE; }
a { background-color: rgb(128,174,206); }
div.DivClassName
{
background-color: #80AECE;
}
.BgClassName
{
background-color: #80AECE;
}
</style>
border-color css
<style>
span { border-color: #80AECE; }
span { border-color: rgb(128,174,206); }
td.TdClassName
{
border-color: #80AECE;
}
.TagClassName
{
border-color: #80AECE;
}
</style>