Shades of Seagull #88BBC8
Tints of Seagull #88BBC8
RGB
CMYK
RGB Variations
Color information
#88BBC8 (or 0x88BBC8) is known color: Seagull. HEX triplet: 88, BB and C8. RGB value is (136,187,200). Sum of RGB (Red+Green+Blue) = 136+187+200=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 200 - color contains mainly: blue. Hex color #88BBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BBC8 is #774437. Grayscale: #ADADAD. Windows color (decimal): -7816248 or 13155208. OLE color: 13155208.
HSL color Cylindrical-coordinate representation of color #88BBC8: hue angle of 192.19º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88BBC8 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 187 | 200 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.22 |
| HSL | 192.19º | 0.37% | 0.66% | - |
| HSV(B) | 192.19º | 0.32% | 0.78% | - |
| XYZ | 38.35 | 44.95 | 61.3 | - |
| YUV | 173.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 187 | 200 | 0.32 | 0.06 | 0 | 0.22 | 192.19 | 0.37 | 0.66 |
| Hex | 88 | BB | C8 | 20 | 6 | 0 | 16 | C0 | 25 | 42 |
| Octal | 210 | 273 | 310 | 40 | 6 | 0 | 26 | 300 | 45 | 102 |
| Binary | 10001000 | 10111011 | 11001000 | 100000 | 110 | 0 | 10110 | 11000000 | 100101 | 1000010 |
Color Harmonies of #88BBC8
Complementary color
Monochromatic Colors of #88BBC8
Black with #88BBC8
Text Example
Text Example
White with #88BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BBC8; }
p { color: rgb(136,187,200); }
H1.HeaderClassName
{
color: #88BBC8;
}
.AnyTagClassName
{
color: #88BBC8;
}
</style>
background-color css
<style>
a { background-color: #88BBC8; }
a { background-color: rgb(136,187,200); }
div.DivClassName
{
background-color: #88BBC8;
}
.BgClassName
{
background-color: #88BBC8;
}
</style>
border-color css
<style>
span { border-color: #88BBC8; }
span { border-color: rgb(136,187,200); }
td.TdClassName
{
border-color: #88BBC8;
}
.TagClassName
{
border-color: #88BBC8;
}
</style>