Shades of Seagull #88BBCD
Tints of Seagull #88BBCD
RGB
CMYK
RGB Variations
Color information
#88BBCD (or 0x88BBCD) is known color: Seagull. HEX triplet: 88, BB and CD. RGB value is (136,187,205). Sum of RGB (Red+Green+Blue) = 136+187+205=528 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.76% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #88BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BBCD is #774432. Grayscale: #ADADAD. Windows color (decimal): -7816243 or 13482888. OLE color: 13482888.
HSL color Cylindrical-coordinate representation of color #88BBCD: hue angle of 195.65º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88BBCD is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 187 | 205 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.20 |
| HSL | 195.65º | 0.41% | 0.67% | - |
| HSV(B) | 195.65º | 0.34% | 0.8% | - |
| XYZ | 38.94 | 45.18 | 64.43 | - |
| YUV | 173.8 | 145.6 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 187 | 205 | 0.34 | 0.09 | 0 | 0.20 | 195.65 | 0.41 | 0.67 |
| Hex | 88 | BB | CD | 22 | 9 | 0 | 14 | C4 | 29 | 43 |
| Octal | 210 | 273 | 315 | 42 | 11 | 0 | 24 | 304 | 51 | 103 |
| Binary | 10001000 | 10111011 | 11001101 | 100010 | 1001 | 0 | 10100 | 11000100 | 101001 | 1000011 |
Color Harmonies of #88BBCD
Complementary color
Monochromatic Colors of #88BBCD
Black with #88BBCD
Text Example
Text Example
White with #88BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BBCD; }
p { color: rgb(136,187,205); }
H1.HeaderClassName
{
color: #88BBCD;
}
.AnyTagClassName
{
color: #88BBCD;
}
</style>
background-color css
<style>
a { background-color: #88BBCD; }
a { background-color: rgb(136,187,205); }
div.DivClassName
{
background-color: #88BBCD;
}
.BgClassName
{
background-color: #88BBCD;
}
</style>
border-color css
<style>
span { border-color: #88BBCD; }
span { border-color: rgb(136,187,205); }
td.TdClassName
{
border-color: #88BBCD;
}
.TagClassName
{
border-color: #88BBCD;
}
</style>