Shades of Seagull #88BFC9
Tints of Seagull #88BFC9
RGB
CMYK
RGB Variations
Color information
#88BFC9 (or 0x88BFC9) is known color: Seagull. HEX triplet: 88, BF and C9. RGB value is (136,191,201). Sum of RGB (Red+Green+Blue) = 136+191+201=528 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.76% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 201 - color contains mainly: blue. Hex color #88BFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BFC9 is #774036. Grayscale: #AFAFAF. Windows color (decimal): -7815223 or 13221768. OLE color: 13221768.
HSL color Cylindrical-coordinate representation of color #88BFC9: hue angle of 189.23º 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 #88BFC9 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 191 | 201 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.21 |
| HSL | 189.23º | 0.38% | 0.66% | - |
| HSV(B) | 189.23º | 0.32% | 0.79% | - |
| XYZ | 39.33 | 46.71 | 62.2 | - |
| YUV | 175.7 | 142.28 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 191 | 201 | 0.32 | 0.05 | 0 | 0.21 | 189.23 | 0.38 | 0.66 |
| Hex | 88 | BF | C9 | 20 | 5 | 0 | 15 | BD | 26 | 42 |
| Octal | 210 | 277 | 311 | 40 | 5 | 0 | 25 | 275 | 46 | 102 |
| Binary | 10001000 | 10111111 | 11001001 | 100000 | 101 | 0 | 10101 | 10111101 | 100110 | 1000010 |
Color Harmonies of #88BFC9
Complementary color
Monochromatic Colors of #88BFC9
Black with #88BFC9
Text Example
Text Example
White with #88BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BFC9; }
p { color: rgb(136,191,201); }
H1.HeaderClassName
{
color: #88BFC9;
}
.AnyTagClassName
{
color: #88BFC9;
}
</style>
background-color css
<style>
a { background-color: #88BFC9; }
a { background-color: rgb(136,191,201); }
div.DivClassName
{
background-color: #88BFC9;
}
.BgClassName
{
background-color: #88BFC9;
}
</style>
border-color css
<style>
span { border-color: #88BFC9; }
span { border-color: rgb(136,191,201); }
td.TdClassName
{
border-color: #88BFC9;
}
.TagClassName
{
border-color: #88BFC9;
}
</style>