Shades of Seagull #88B7D7
Tints of Seagull #88B7D7
RGB
CMYK
RGB Variations
Color information
#88B7D7 (or 0x88B7D7) is known color: Seagull. HEX triplet: 88, B7 and D7. RGB value is (136,183,215). Sum of RGB (Red+Green+Blue) = 136+183+215=534 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.47% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #88B7D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B7D7 is #774828. Grayscale: #ACACAC. Windows color (decimal): -7817257 or 14137224. OLE color: 14137224.
HSL color Cylindrical-coordinate representation of color #88B7D7: hue angle of 204.3º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88B7D7 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 183 | 215 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.16 |
| HSL | 204.3º | 0.5% | 0.69% | - |
| HSV(B) | 204.3º | 0.37% | 0.84% | - |
| XYZ | 39.35 | 44.01 | 70.71 | - |
| YUV | 172.6 | 151.93 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 183 | 215 | 0.37 | 0.15 | 0 | 0.16 | 204.3 | 0.5 | 0.69 |
| Hex | 88 | B7 | D7 | 25 | F | 0 | 10 | CC | 32 | 45 |
| Octal | 210 | 267 | 327 | 45 | 17 | 0 | 20 | 314 | 62 | 105 |
| Binary | 10001000 | 10110111 | 11010111 | 100101 | 1111 | 0 | 10000 | 11001100 | 110010 | 1000101 |
Color Harmonies of #88B7D7
Complementary color
Monochromatic Colors of #88B7D7
Black with #88B7D7
Text Example
Text Example
White with #88B7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B7D7; }
p { color: rgb(136,183,215); }
H1.HeaderClassName
{
color: #88B7D7;
}
.AnyTagClassName
{
color: #88B7D7;
}
</style>
background-color css
<style>
a { background-color: #88B7D7; }
a { background-color: rgb(136,183,215); }
div.DivClassName
{
background-color: #88B7D7;
}
.BgClassName
{
background-color: #88B7D7;
}
</style>
border-color css
<style>
span { border-color: #88B7D7; }
span { border-color: rgb(136,183,215); }
td.TdClassName
{
border-color: #88B7D7;
}
.TagClassName
{
border-color: #88B7D7;
}
</style>