Shades of Seagull #80AFD1
Tints of Seagull #80AFD1
RGB
CMYK
RGB Variations
Color information
#80AFD1 (or 0x80AFD1) is known color: Seagull. HEX triplet: 80, AF and D1. RGB value is (128,175,209). Sum of RGB (Red+Green+Blue) = 128+175+209=512 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 209 - color contains mainly: blue. Hex color #80AFD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AFD1 is #7F502E. Grayscale: #A4A4A4. Windows color (decimal): -8343599 or 13741952. OLE color: 13741952.
HSL color Cylindrical-coordinate representation of color #80AFD1: hue angle of 205.19º degrees, saturation: 0.47, 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 #80AFD1 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 175 | 209 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.18 |
| HSL | 205.19º | 0.47% | 0.66% | - |
| HSV(B) | 205.19º | 0.39% | 0.82% | - |
| XYZ | 35.74 | 39.85 | 66.13 | - |
| YUV | 164.82 | 152.93 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 209 | 0.39 | 0.16 | 0 | 0.18 | 205.19 | 0.47 | 0.66 |
| Hex | 80 | AF | D1 | 27 | 10 | 0 | 12 | CD | 2F | 42 |
| Octal | 200 | 257 | 321 | 47 | 20 | 0 | 22 | 315 | 57 | 102 |
| Binary | 10000000 | 10101111 | 11010001 | 100111 | 10000 | 0 | 10010 | 11001101 | 101111 | 1000010 |
Color Harmonies of #80AFD1
Complementary color
Monochromatic Colors of #80AFD1
Black with #80AFD1
Text Example
Text Example
White with #80AFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AFD1; }
p { color: rgb(128,175,209); }
H1.HeaderClassName
{
color: #80AFD1;
}
.AnyTagClassName
{
color: #80AFD1;
}
</style>
background-color css
<style>
a { background-color: #80AFD1; }
a { background-color: rgb(128,175,209); }
div.DivClassName
{
background-color: #80AFD1;
}
.BgClassName
{
background-color: #80AFD1;
}
</style>
border-color css
<style>
span { border-color: #80AFD1; }
span { border-color: rgb(128,175,209); }
td.TdClassName
{
border-color: #80AFD1;
}
.TagClassName
{
border-color: #80AFD1;
}
</style>