Shades of Seagull #88BCC9
Tints of Seagull #88BCC9
RGB
CMYK
RGB Variations
Color information
#88BCC9 (or 0x88BCC9) is known color: Seagull. HEX triplet: 88, BC and C9. RGB value is (136,188,201). Sum of RGB (Red+Green+Blue) = 136+188+201=525 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.90% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 201 - color contains mainly: blue. Hex color #88BCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BCC9 is #774336. Grayscale: #ADADAD. Windows color (decimal): -7815991 or 13221000. OLE color: 13221000.
HSL color Cylindrical-coordinate representation of color #88BCC9: hue angle of 192º 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 #88BCC9 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 188 | 201 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.21 |
| HSL | 192º | 0.38% | 0.66% | - |
| HSV(B) | 192º | 0.32% | 0.79% | - |
| XYZ | 38.68 | 45.42 | 61.99 | - |
| YUV | 173.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 201 | 0.32 | 0.06 | 0 | 0.21 | 192 | 0.38 | 0.66 |
| Hex | 88 | BC | C9 | 20 | 6 | 0 | 15 | C0 | 26 | 42 |
| Octal | 210 | 274 | 311 | 40 | 6 | 0 | 25 | 300 | 46 | 102 |
| Binary | 10001000 | 10111100 | 11001001 | 100000 | 110 | 0 | 10101 | 11000000 | 100110 | 1000010 |
Color Harmonies of #88BCC9
Complementary color
Monochromatic Colors of #88BCC9
Black with #88BCC9
Text Example
Text Example
White with #88BCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BCC9; }
p { color: rgb(136,188,201); }
H1.HeaderClassName
{
color: #88BCC9;
}
.AnyTagClassName
{
color: #88BCC9;
}
</style>
background-color css
<style>
a { background-color: #88BCC9; }
a { background-color: rgb(136,188,201); }
div.DivClassName
{
background-color: #88BCC9;
}
.BgClassName
{
background-color: #88BCC9;
}
</style>
border-color css
<style>
span { border-color: #88BCC9; }
span { border-color: rgb(136,188,201); }
td.TdClassName
{
border-color: #88BCC9;
}
.TagClassName
{
border-color: #88BCC9;
}
</style>