Shades of Seagull #88B4CB
Tints of Seagull #88B4CB
RGB
CMYK
RGB Variations
Color information
#88B4CB (or 0x88B4CB) is known color: Seagull. HEX triplet: 88, B4 and CB. RGB value is (136,180,203). Sum of RGB (Red+Green+Blue) = 136+180+203=519 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.20% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #88B4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B4CB is #774B34. Grayscale: #A9A9A9. Windows color (decimal): -7818037 or 13350024. OLE color: 13350024.
HSL color Cylindrical-coordinate representation of color #88B4CB: hue angle of 200.6º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88B4CB is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 180 | 203 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.20 |
| HSL | 200.6º | 0.39% | 0.66% | - |
| HSV(B) | 200.6º | 0.33% | 0.8% | - |
| XYZ | 37.25 | 42.19 | 62.68 | - |
| YUV | 169.47 | 146.92 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 180 | 203 | 0.33 | 0.11 | 0 | 0.20 | 200.6 | 0.39 | 0.66 |
| Hex | 88 | B4 | CB | 21 | B | 0 | 14 | C9 | 27 | 42 |
| Octal | 210 | 264 | 313 | 41 | 13 | 0 | 24 | 311 | 47 | 102 |
| Binary | 10001000 | 10110100 | 11001011 | 100001 | 1011 | 0 | 10100 | 11001001 | 100111 | 1000010 |
Color Harmonies of #88B4CB
Complementary color
Monochromatic Colors of #88B4CB
Black with #88B4CB
Text Example
Text Example
White with #88B4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B4CB; }
p { color: rgb(136,180,203); }
H1.HeaderClassName
{
color: #88B4CB;
}
.AnyTagClassName
{
color: #88B4CB;
}
</style>
background-color css
<style>
a { background-color: #88B4CB; }
a { background-color: rgb(136,180,203); }
div.DivClassName
{
background-color: #88B4CB;
}
.BgClassName
{
background-color: #88B4CB;
}
</style>
border-color css
<style>
span { border-color: #88B4CB; }
span { border-color: rgb(136,180,203); }
td.TdClassName
{
border-color: #88B4CB;
}
.TagClassName
{
border-color: #88B4CB;
}
</style>