Shades of Seagull #80BFD4
Tints of Seagull #80BFD4
RGB
CMYK
RGB Variations
Color information
#80BFD4 (or 0x80BFD4) is known color: Seagull. HEX triplet: 80, BF and D4. RGB value is (128,191,212). Sum of RGB (Red+Green+Blue) = 128+191+212=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 212 - color contains mainly: blue. Hex color #80BFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BFD4 is #7F402B. Grayscale: #AEAEAE. Windows color (decimal): -8339500 or 13942656. OLE color: 13942656.
HSL color Cylindrical-coordinate representation of color #80BFD4: hue angle of 195º 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 #80BFD4 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 191 | 212 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.17 |
| HSL | 195º | 0.49% | 0.67% | - |
| HSV(B) | 195º | 0.4% | 0.83% | - |
| XYZ | 39.42 | 46.6 | 69.21 | - |
| YUV | 174.56 | 149.13 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 212 | 0.40 | 0.10 | 0 | 0.17 | 195 | 0.49 | 0.67 |
| Hex | 80 | BF | D4 | 28 | A | 0 | 11 | C3 | 31 | 43 |
| Octal | 200 | 277 | 324 | 50 | 12 | 0 | 21 | 303 | 61 | 103 |
| Binary | 10000000 | 10111111 | 11010100 | 101000 | 1010 | 0 | 10001 | 11000011 | 110001 | 1000011 |
Color Harmonies of #80BFD4
Complementary color
Monochromatic Colors of #80BFD4
Black with #80BFD4
Text Example
Text Example
White with #80BFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BFD4; }
p { color: rgb(128,191,212); }
H1.HeaderClassName
{
color: #80BFD4;
}
.AnyTagClassName
{
color: #80BFD4;
}
</style>
background-color css
<style>
a { background-color: #80BFD4; }
a { background-color: rgb(128,191,212); }
div.DivClassName
{
background-color: #80BFD4;
}
.BgClassName
{
background-color: #80BFD4;
}
</style>
border-color css
<style>
span { border-color: #80BFD4; }
span { border-color: rgb(128,191,212); }
td.TdClassName
{
border-color: #80BFD4;
}
.TagClassName
{
border-color: #80BFD4;
}
</style>