Shades of Seagull #88BBDB
Tints of Seagull #88BBDB
RGB
CMYK
RGB Variations
Color information
#88BBDB (or 0x88BBDB) is known color: Seagull. HEX triplet: 88, BB and DB. RGB value is (136,187,219). Sum of RGB (Red+Green+Blue) = 136+187+219=542 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.09% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #88BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BBDB is #774424. Grayscale: #AFAFAF. Windows color (decimal): -7816229 or 14400392. OLE color: 14400392.
HSL color Cylindrical-coordinate representation of color #88BBDB: hue angle of 203.13º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88BBDB is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 187 | 219 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.14 |
| HSL | 203.13º | 0.54% | 0.7% | - |
| HSV(B) | 203.13º | 0.38% | 0.86% | - |
| XYZ | 40.71 | 45.89 | 73.73 | - |
| YUV | 175.4 | 152.6 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 187 | 219 | 0.38 | 0.15 | 0 | 0.14 | 203.13 | 0.54 | 0.7 |
| Hex | 88 | BB | DB | 26 | F | 0 | E | CB | 36 | 46 |
| Octal | 210 | 273 | 333 | 46 | 17 | 0 | 16 | 313 | 66 | 106 |
| Binary | 10001000 | 10111011 | 11011011 | 100110 | 1111 | 0 | 1110 | 11001011 | 110110 | 1000110 |
Color Harmonies of #88BBDB
Complementary color
Monochromatic Colors of #88BBDB
Black with #88BBDB
Text Example
Text Example
White with #88BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BBDB; }
p { color: rgb(136,187,219); }
H1.HeaderClassName
{
color: #88BBDB;
}
.AnyTagClassName
{
color: #88BBDB;
}
</style>
background-color css
<style>
a { background-color: #88BBDB; }
a { background-color: rgb(136,187,219); }
div.DivClassName
{
background-color: #88BBDB;
}
.BgClassName
{
background-color: #88BBDB;
}
</style>
border-color css
<style>
span { border-color: #88BBDB; }
span { border-color: rgb(136,187,219); }
td.TdClassName
{
border-color: #88BBDB;
}
.TagClassName
{
border-color: #88BBDB;
}
</style>