Shades of Seagull #88BEC9
Tints of Seagull #88BEC9
RGB
CMYK
RGB Variations
Color information
#88BEC9 (or 0x88BEC9) is known color: Seagull. HEX triplet: 88, BE and C9. RGB value is (136,190,201). Sum of RGB (Red+Green+Blue) = 136+190+201=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 201 - color contains mainly: blue. Hex color #88BEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BEC9 is #774136. Grayscale: #AFAFAF. Windows color (decimal): -7815479 or 13221512. OLE color: 13221512.
HSL color Cylindrical-coordinate representation of color #88BEC9: hue angle of 190.15º 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 #88BEC9 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 190 | 201 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.21 |
| HSL | 190.15º | 0.38% | 0.66% | - |
| HSV(B) | 190.15º | 0.32% | 0.79% | - |
| XYZ | 39.11 | 46.28 | 62.13 | - |
| YUV | 175.11 | 142.61 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 190 | 201 | 0.32 | 0.05 | 0 | 0.21 | 190.15 | 0.38 | 0.66 |
| Hex | 88 | BE | C9 | 20 | 5 | 0 | 15 | BE | 26 | 42 |
| Octal | 210 | 276 | 311 | 40 | 5 | 0 | 25 | 276 | 46 | 102 |
| Binary | 10001000 | 10111110 | 11001001 | 100000 | 101 | 0 | 10101 | 10111110 | 100110 | 1000010 |
Color Harmonies of #88BEC9
Complementary color
Monochromatic Colors of #88BEC9
Black with #88BEC9
Text Example
Text Example
White with #88BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BEC9; }
p { color: rgb(136,190,201); }
H1.HeaderClassName
{
color: #88BEC9;
}
.AnyTagClassName
{
color: #88BEC9;
}
</style>
background-color css
<style>
a { background-color: #88BEC9; }
a { background-color: rgb(136,190,201); }
div.DivClassName
{
background-color: #88BEC9;
}
.BgClassName
{
background-color: #88BEC9;
}
</style>
border-color css
<style>
span { border-color: #88BEC9; }
span { border-color: rgb(136,190,201); }
td.TdClassName
{
border-color: #88BEC9;
}
.TagClassName
{
border-color: #88BEC9;
}
</style>