Shades of Seagull #80BDD3
Tints of Seagull #80BDD3
RGB
CMYK
RGB Variations
Color information
#80BDD3 (or 0x80BDD3) is known color: Seagull. HEX triplet: 80, BD and D3. RGB value is (128,189,211). Sum of RGB (Red+Green+Blue) = 128+189+211=528 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.24% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 211 - color contains mainly: blue. Hex color #80BDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BDD3 is #7F422C. Grayscale: #ADADAD. Windows color (decimal): -8340013 or 13876608. OLE color: 13876608.
HSL color Cylindrical-coordinate representation of color #80BDD3: hue angle of 195.9º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80BDD3 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 189 | 211 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.17 |
| HSL | 195.9º | 0.49% | 0.66% | - |
| HSV(B) | 195.9º | 0.39% | 0.83% | - |
| XYZ | 38.86 | 45.69 | 68.4 | - |
| YUV | 173.27 | 149.29 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 211 | 0.39 | 0.10 | 0 | 0.17 | 195.9 | 0.49 | 0.66 |
| Hex | 80 | BD | D3 | 27 | A | 0 | 11 | C4 | 31 | 42 |
| Octal | 200 | 275 | 323 | 47 | 12 | 0 | 21 | 304 | 61 | 102 |
| Binary | 10000000 | 10111101 | 11010011 | 100111 | 1010 | 0 | 10001 | 11000100 | 110001 | 1000010 |
Color Harmonies of #80BDD3
Complementary color
Monochromatic Colors of #80BDD3
Black with #80BDD3
Text Example
Text Example
White with #80BDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BDD3; }
p { color: rgb(128,189,211); }
H1.HeaderClassName
{
color: #80BDD3;
}
.AnyTagClassName
{
color: #80BDD3;
}
</style>
background-color css
<style>
a { background-color: #80BDD3; }
a { background-color: rgb(128,189,211); }
div.DivClassName
{
background-color: #80BDD3;
}
.BgClassName
{
background-color: #80BDD3;
}
</style>
border-color css
<style>
span { border-color: #80BDD3; }
span { border-color: rgb(128,189,211); }
td.TdClassName
{
border-color: #80BDD3;
}
.TagClassName
{
border-color: #80BDD3;
}
</style>