Shades of Seagull #88BBDD
Tints of Seagull #88BBDD
RGB
CMYK
RGB Variations
Color information
#88BBDD (or 0x88BBDD) is known color: Seagull. HEX triplet: 88, BB and DD. RGB value is (136,187,221). Sum of RGB (Red+Green+Blue) = 136+187+221=544 (72% of max value = 765). Red value is 136 (53.52% from 255 or 25% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #88BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BBDD is #774422. Grayscale: #AFAFAF. Windows color (decimal): -7816227 or 14531464. OLE color: 14531464.
HSL color Cylindrical-coordinate representation of color #88BBDD: hue angle of 204º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88BBDD is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 187 | 221 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.13 |
| HSL | 204º | 0.56% | 0.7% | - |
| HSV(B) | 204º | 0.38% | 0.87% | - |
| XYZ | 40.97 | 46 | 75.13 | - |
| YUV | 175.63 | 153.6 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 187 | 221 | 0.38 | 0.15 | 0 | 0.13 | 204 | 0.56 | 0.7 |
| Hex | 88 | BB | DD | 26 | F | 0 | D | CC | 38 | 46 |
| Octal | 210 | 273 | 335 | 46 | 17 | 0 | 15 | 314 | 70 | 106 |
| Binary | 10001000 | 10111011 | 11011101 | 100110 | 1111 | 0 | 1101 | 11001100 | 111000 | 1000110 |
Color Harmonies of #88BBDD
Complementary color
Monochromatic Colors of #88BBDD
Black with #88BBDD
Text Example
Text Example
White with #88BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BBDD; }
p { color: rgb(136,187,221); }
H1.HeaderClassName
{
color: #88BBDD;
}
.AnyTagClassName
{
color: #88BBDD;
}
</style>
background-color css
<style>
a { background-color: #88BBDD; }
a { background-color: rgb(136,187,221); }
div.DivClassName
{
background-color: #88BBDD;
}
.BgClassName
{
background-color: #88BBDD;
}
</style>
border-color css
<style>
span { border-color: #88BBDD; }
span { border-color: rgb(136,187,221); }
td.TdClassName
{
border-color: #88BBDD;
}
.TagClassName
{
border-color: #88BBDD;
}
</style>