Shades of Seagull #80BBDF
Tints of Seagull #80BBDF
RGB
CMYK
RGB Variations
Color information
#80BBDF (or 0x80BBDF) is known color: Seagull. HEX triplet: 80, BB and DF. RGB value is (128,187,223). Sum of RGB (Red+Green+Blue) = 128+187+223=538 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.79% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #80BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BBDF is #7F4420. Grayscale: #ADADAD. Windows color (decimal): -8340513 or 14662528. OLE color: 14662528.
HSL color Cylindrical-coordinate representation of color #80BBDF: hue angle of 202.74º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80BBDF is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 187 | 223 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.13 |
| HSL | 202.74º | 0.6% | 0.69% | - |
| HSV(B) | 202.74º | 0.43% | 0.87% | - |
| XYZ | 39.99 | 45.46 | 76.48 | - |
| YUV | 173.46 | 155.95 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 223 | 0.43 | 0.16 | 0 | 0.13 | 202.74 | 0.6 | 0.69 |
| Hex | 80 | BB | DF | 2B | 10 | 0 | D | CB | 3C | 45 |
| Octal | 200 | 273 | 337 | 53 | 20 | 0 | 15 | 313 | 74 | 105 |
| Binary | 10000000 | 10111011 | 11011111 | 101011 | 10000 | 0 | 1101 | 11001011 | 111100 | 1000101 |
Color Harmonies of #80BBDF
Complementary color
Monochromatic Colors of #80BBDF
Black with #80BBDF
Text Example
Text Example
White with #80BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BBDF; }
p { color: rgb(128,187,223); }
H1.HeaderClassName
{
color: #80BBDF;
}
.AnyTagClassName
{
color: #80BBDF;
}
</style>
background-color css
<style>
a { background-color: #80BBDF; }
a { background-color: rgb(128,187,223); }
div.DivClassName
{
background-color: #80BBDF;
}
.BgClassName
{
background-color: #80BBDF;
}
</style>
border-color css
<style>
span { border-color: #80BBDF; }
span { border-color: rgb(128,187,223); }
td.TdClassName
{
border-color: #80BBDF;
}
.TagClassName
{
border-color: #80BBDF;
}
</style>