Shades of Seagull #88BAC9
Tints of Seagull #88BAC9
RGB
CMYK
RGB Variations
Color information
#88BAC9 (or 0x88BAC9) is known color: Seagull. HEX triplet: 88, BA and C9. RGB value is (136,186,201). Sum of RGB (Red+Green+Blue) = 136+186+201=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 201 - color contains mainly: blue. Hex color #88BAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BAC9 is #774536. Grayscale: #ACACAC. Windows color (decimal): -7816503 or 13220488. OLE color: 13220488.
HSL color Cylindrical-coordinate representation of color #88BAC9: hue angle of 193.85º 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 #88BAC9 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 186 | 201 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.21 |
| HSL | 193.85º | 0.38% | 0.66% | - |
| HSV(B) | 193.85º | 0.32% | 0.79% | - |
| XYZ | 38.25 | 44.57 | 61.84 | - |
| YUV | 172.76 | 143.94 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 186 | 201 | 0.32 | 0.07 | 0 | 0.21 | 193.85 | 0.38 | 0.66 |
| Hex | 88 | BA | C9 | 20 | 7 | 0 | 15 | C2 | 26 | 42 |
| Octal | 210 | 272 | 311 | 40 | 7 | 0 | 25 | 302 | 46 | 102 |
| Binary | 10001000 | 10111010 | 11001001 | 100000 | 111 | 0 | 10101 | 11000010 | 100110 | 1000010 |
Color Harmonies of #88BAC9
Complementary color
Monochromatic Colors of #88BAC9
Black with #88BAC9
Text Example
Text Example
White with #88BAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BAC9; }
p { color: rgb(136,186,201); }
H1.HeaderClassName
{
color: #88BAC9;
}
.AnyTagClassName
{
color: #88BAC9;
}
</style>
background-color css
<style>
a { background-color: #88BAC9; }
a { background-color: rgb(136,186,201); }
div.DivClassName
{
background-color: #88BAC9;
}
.BgClassName
{
background-color: #88BAC9;
}
</style>
border-color css
<style>
span { border-color: #88BAC9; }
span { border-color: rgb(136,186,201); }
td.TdClassName
{
border-color: #88BAC9;
}
.TagClassName
{
border-color: #88BAC9;
}
</style>