Shades of Seagull #88BBC9
Tints of Seagull #88BBC9
RGB
CMYK
RGB Variations
Color information
#88BBC9 (or 0x88BBC9) is known color: Seagull. HEX triplet: 88, BB and C9. RGB value is (136,187,201). Sum of RGB (Red+Green+Blue) = 136+187+201=524 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.95% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 201 - color contains mainly: blue. Hex color #88BBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BBC9 is #774436. Grayscale: #ADADAD. Windows color (decimal): -7816247 or 13220744. OLE color: 13220744.
HSL color Cylindrical-coordinate representation of color #88BBC9: hue angle of 192.92º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88BBC9 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 187 | 201 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.21 |
| HSL | 192.92º | 0.38% | 0.66% | - |
| HSV(B) | 192.92º | 0.32% | 0.79% | - |
| XYZ | 38.47 | 44.99 | 61.92 | - |
| YUV | 173.35 | 143.6 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 187 | 201 | 0.32 | 0.07 | 0 | 0.21 | 192.92 | 0.38 | 0.66 |
| Hex | 88 | BB | C9 | 20 | 7 | 0 | 15 | C1 | 26 | 42 |
| Octal | 210 | 273 | 311 | 40 | 7 | 0 | 25 | 301 | 46 | 102 |
| Binary | 10001000 | 10111011 | 11001001 | 100000 | 111 | 0 | 10101 | 11000001 | 100110 | 1000010 |
Color Harmonies of #88BBC9
Complementary color
Monochromatic Colors of #88BBC9
Black with #88BBC9
Text Example
Text Example
White with #88BBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BBC9; }
p { color: rgb(136,187,201); }
H1.HeaderClassName
{
color: #88BBC9;
}
.AnyTagClassName
{
color: #88BBC9;
}
</style>
background-color css
<style>
a { background-color: #88BBC9; }
a { background-color: rgb(136,187,201); }
div.DivClassName
{
background-color: #88BBC9;
}
.BgClassName
{
background-color: #88BBC9;
}
</style>
border-color css
<style>
span { border-color: #88BBC9; }
span { border-color: rgb(136,187,201); }
td.TdClassName
{
border-color: #88BBC9;
}
.TagClassName
{
border-color: #88BBC9;
}
</style>