Shades of Seagull #88BCD6
Tints of Seagull #88BCD6
RGB
CMYK
RGB Variations
Color information
#88BCD6 (or 0x88BCD6) is known color: Seagull. HEX triplet: 88, BC and D6. RGB value is (136,188,214). Sum of RGB (Red+Green+Blue) = 136+188+214=538 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.28% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 214 - color contains mainly: blue. Hex color #88BCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BCD6 is #774329. Grayscale: #AFAFAF. Windows color (decimal): -7815978 or 14072968. OLE color: 14072968.
HSL color Cylindrical-coordinate representation of color #88BCD6: hue angle of 200º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88BCD6 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 188 | 214 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.16 |
| HSL | 200º | 0.49% | 0.69% | - |
| HSV(B) | 200º | 0.36% | 0.84% | - |
| XYZ | 40.27 | 46.06 | 70.39 | - |
| YUV | 175.42 | 149.77 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 214 | 0.36 | 0.12 | 0 | 0.16 | 200 | 0.49 | 0.69 |
| Hex | 88 | BC | D6 | 24 | C | 0 | 10 | C8 | 31 | 45 |
| Octal | 210 | 274 | 326 | 44 | 14 | 0 | 20 | 310 | 61 | 105 |
| Binary | 10001000 | 10111100 | 11010110 | 100100 | 1100 | 0 | 10000 | 11001000 | 110001 | 1000101 |
Color Harmonies of #88BCD6
Complementary color
Monochromatic Colors of #88BCD6
Black with #88BCD6
Text Example
Text Example
White with #88BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BCD6; }
p { color: rgb(136,188,214); }
H1.HeaderClassName
{
color: #88BCD6;
}
.AnyTagClassName
{
color: #88BCD6;
}
</style>
background-color css
<style>
a { background-color: #88BCD6; }
a { background-color: rgb(136,188,214); }
div.DivClassName
{
background-color: #88BCD6;
}
.BgClassName
{
background-color: #88BCD6;
}
</style>
border-color css
<style>
span { border-color: #88BCD6; }
span { border-color: rgb(136,188,214); }
td.TdClassName
{
border-color: #88BCD6;
}
.TagClassName
{
border-color: #88BCD6;
}
</style>