Shades of Seagull #80BBCE
Tints of Seagull #80BBCE
RGB
CMYK
RGB Variations
Color information
#80BBCE (or 0x80BBCE) is known color: Seagull. HEX triplet: 80, BB and CE. RGB value is (128,187,206). Sum of RGB (Red+Green+Blue) = 128+187+206=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #80BBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BBCE is #7F4431. Grayscale: #ABABAB. Windows color (decimal): -8340530 or 13548416. OLE color: 13548416.
HSL color Cylindrical-coordinate representation of color #80BBCE: hue angle of 194.62º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80BBCE is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 187 | 206 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.19 |
| HSL | 194.62º | 0.44% | 0.65% | - |
| HSV(B) | 194.62º | 0.38% | 0.81% | - |
| XYZ | 37.81 | 44.59 | 65.01 | - |
| YUV | 171.53 | 147.45 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 206 | 0.38 | 0.09 | 0 | 0.19 | 194.62 | 0.44 | 0.65 |
| Hex | 80 | BB | CE | 26 | 9 | 0 | 13 | C3 | 2C | 41 |
| Octal | 200 | 273 | 316 | 46 | 11 | 0 | 23 | 303 | 54 | 101 |
| Binary | 10000000 | 10111011 | 11001110 | 100110 | 1001 | 0 | 10011 | 11000011 | 101100 | 1000001 |
Color Harmonies of #80BBCE
Complementary color
Monochromatic Colors of #80BBCE
Black with #80BBCE
Text Example
Text Example
White with #80BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BBCE; }
p { color: rgb(128,187,206); }
H1.HeaderClassName
{
color: #80BBCE;
}
.AnyTagClassName
{
color: #80BBCE;
}
</style>
background-color css
<style>
a { background-color: #80BBCE; }
a { background-color: rgb(128,187,206); }
div.DivClassName
{
background-color: #80BBCE;
}
.BgClassName
{
background-color: #80BBCE;
}
</style>
border-color css
<style>
span { border-color: #80BBCE; }
span { border-color: rgb(128,187,206); }
td.TdClassName
{
border-color: #80BBCE;
}
.TagClassName
{
border-color: #80BBCE;
}
</style>