Shades of Seagull #88BCD0
Tints of Seagull #88BCD0
RGB
CMYK
RGB Variations
Color information
#88BCD0 (or 0x88BCD0) is known color: Seagull. HEX triplet: 88, BC and D0. RGB value is (136,188,208). Sum of RGB (Red+Green+Blue) = 136+188+208=532 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.56% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 208 - color contains mainly: blue. Hex color #88BCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BCD0 is #77432F. Grayscale: #AEAEAE. Windows color (decimal): -7815984 or 13679752. OLE color: 13679752.
HSL color Cylindrical-coordinate representation of color #88BCD0: hue angle of 196.67º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88BCD0 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 188 | 208 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.18 |
| HSL | 196.67º | 0.43% | 0.67% | - |
| HSV(B) | 196.67º | 0.35% | 0.82% | - |
| XYZ | 39.52 | 45.75 | 66.42 | - |
| YUV | 174.73 | 146.77 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 208 | 0.35 | 0.10 | 0 | 0.18 | 196.67 | 0.43 | 0.67 |
| Hex | 88 | BC | D0 | 23 | A | 0 | 12 | C5 | 2B | 43 |
| Octal | 210 | 274 | 320 | 43 | 12 | 0 | 22 | 305 | 53 | 103 |
| Binary | 10001000 | 10111100 | 11010000 | 100011 | 1010 | 0 | 10010 | 11000101 | 101011 | 1000011 |
Color Harmonies of #88BCD0
Complementary color
Monochromatic Colors of #88BCD0
Black with #88BCD0
Text Example
Text Example
White with #88BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BCD0; }
p { color: rgb(136,188,208); }
H1.HeaderClassName
{
color: #88BCD0;
}
.AnyTagClassName
{
color: #88BCD0;
}
</style>
background-color css
<style>
a { background-color: #88BCD0; }
a { background-color: rgb(136,188,208); }
div.DivClassName
{
background-color: #88BCD0;
}
.BgClassName
{
background-color: #88BCD0;
}
</style>
border-color css
<style>
span { border-color: #88BCD0; }
span { border-color: rgb(136,188,208); }
td.TdClassName
{
border-color: #88BCD0;
}
.TagClassName
{
border-color: #88BCD0;
}
</style>