Shades of Seagull #80BCCD
Tints of Seagull #80BCCD
RGB
CMYK
RGB Variations
Color information
#80BCCD (or 0x80BCCD) is known color: Seagull. HEX triplet: 80, BC and CD. RGB value is (128,188,205). Sum of RGB (Red+Green+Blue) = 128+188+205=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #80BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BCCD is #7F4332. Grayscale: #ABABAB. Windows color (decimal): -8340275 or 13483136. OLE color: 13483136.
HSL color Cylindrical-coordinate representation of color #80BCCD: hue angle of 193.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80BCCD is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 188 | 205 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.20 |
| HSL | 193.25º | 0.44% | 0.65% | - |
| HSV(B) | 193.25º | 0.38% | 0.8% | - |
| XYZ | 37.9 | 44.96 | 64.44 | - |
| YUV | 172 | 146.62 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 205 | 0.38 | 0.08 | 0 | 0.20 | 193.25 | 0.44 | 0.65 |
| Hex | 80 | BC | CD | 26 | 8 | 0 | 14 | C1 | 2C | 41 |
| Octal | 200 | 274 | 315 | 46 | 10 | 0 | 24 | 301 | 54 | 101 |
| Binary | 10000000 | 10111100 | 11001101 | 100110 | 1000 | 0 | 10100 | 11000001 | 101100 | 1000001 |
Color Harmonies of #80BCCD
Complementary color
Monochromatic Colors of #80BCCD
Black with #80BCCD
Text Example
Text Example
White with #80BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BCCD; }
p { color: rgb(128,188,205); }
H1.HeaderClassName
{
color: #80BCCD;
}
.AnyTagClassName
{
color: #80BCCD;
}
</style>
background-color css
<style>
a { background-color: #80BCCD; }
a { background-color: rgb(128,188,205); }
div.DivClassName
{
background-color: #80BCCD;
}
.BgClassName
{
background-color: #80BCCD;
}
</style>
border-color css
<style>
span { border-color: #80BCCD; }
span { border-color: rgb(128,188,205); }
td.TdClassName
{
border-color: #80BCCD;
}
.TagClassName
{
border-color: #80BCCD;
}
</style>