Shades of Seagull #88B6D1
Tints of Seagull #88B6D1
RGB
CMYK
RGB Variations
Color information
#88B6D1 (or 0x88B6D1) is known color: Seagull. HEX triplet: 88, B6 and D1. RGB value is (136,182,209). Sum of RGB (Red+Green+Blue) = 136+182+209=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 209 - color contains mainly: blue. Hex color #88B6D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B6D1 is #77492E. Grayscale: #ABABAB. Windows color (decimal): -7817519 or 13743752. OLE color: 13743752.
HSL color Cylindrical-coordinate representation of color #88B6D1: hue angle of 202.19º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88B6D1 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 182 | 209 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.18 |
| HSL | 202.19º | 0.44% | 0.68% | - |
| HSV(B) | 202.19º | 0.35% | 0.82% | - |
| XYZ | 38.39 | 43.29 | 66.65 | - |
| YUV | 171.32 | 149.26 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 182 | 209 | 0.35 | 0.13 | 0 | 0.18 | 202.19 | 0.44 | 0.68 |
| Hex | 88 | B6 | D1 | 23 | D | 0 | 12 | CA | 2C | 44 |
| Octal | 210 | 266 | 321 | 43 | 15 | 0 | 22 | 312 | 54 | 104 |
| Binary | 10001000 | 10110110 | 11010001 | 100011 | 1101 | 0 | 10010 | 11001010 | 101100 | 1000100 |
Color Harmonies of #88B6D1
Complementary color
Monochromatic Colors of #88B6D1
Black with #88B6D1
Text Example
Text Example
White with #88B6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B6D1; }
p { color: rgb(136,182,209); }
H1.HeaderClassName
{
color: #88B6D1;
}
.AnyTagClassName
{
color: #88B6D1;
}
</style>
background-color css
<style>
a { background-color: #88B6D1; }
a { background-color: rgb(136,182,209); }
div.DivClassName
{
background-color: #88B6D1;
}
.BgClassName
{
background-color: #88B6D1;
}
</style>
border-color css
<style>
span { border-color: #88B6D1; }
span { border-color: rgb(136,182,209); }
td.TdClassName
{
border-color: #88B6D1;
}
.TagClassName
{
border-color: #88B6D1;
}
</style>