Shades of Seagull #88BCDB
Tints of Seagull #88BCDB
RGB
CMYK
RGB Variations
Color information
#88BCDB (or 0x88BCDB) is known color: Seagull. HEX triplet: 88, BC and DB. RGB value is (136,188,219). Sum of RGB (Red+Green+Blue) = 136+188+219=543 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.05% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #88BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BCDB is #774324. Grayscale: #AFAFAF. Windows color (decimal): -7815973 or 14400648. OLE color: 14400648.
HSL color Cylindrical-coordinate representation of color #88BCDB: hue angle of 202.41º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88BCDB is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 188 | 219 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.14 |
| HSL | 202.41º | 0.54% | 0.7% | - |
| HSV(B) | 202.41º | 0.38% | 0.86% | - |
| XYZ | 40.92 | 46.32 | 73.8 | - |
| YUV | 175.99 | 152.27 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 219 | 0.38 | 0.14 | 0 | 0.14 | 202.41 | 0.54 | 0.7 |
| Hex | 88 | BC | DB | 26 | E | 0 | E | CA | 36 | 46 |
| Octal | 210 | 274 | 333 | 46 | 16 | 0 | 16 | 312 | 66 | 106 |
| Binary | 10001000 | 10111100 | 11011011 | 100110 | 1110 | 0 | 1110 | 11001010 | 110110 | 1000110 |
Color Harmonies of #88BCDB
Complementary color
Monochromatic Colors of #88BCDB
Black with #88BCDB
Text Example
Text Example
White with #88BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BCDB; }
p { color: rgb(136,188,219); }
H1.HeaderClassName
{
color: #88BCDB;
}
.AnyTagClassName
{
color: #88BCDB;
}
</style>
background-color css
<style>
a { background-color: #88BCDB; }
a { background-color: rgb(136,188,219); }
div.DivClassName
{
background-color: #88BCDB;
}
.BgClassName
{
background-color: #88BCDB;
}
</style>
border-color css
<style>
span { border-color: #88BCDB; }
span { border-color: rgb(136,188,219); }
td.TdClassName
{
border-color: #88BCDB;
}
.TagClassName
{
border-color: #88BCDB;
}
</style>