Shades of Seagull #88BDC8
Tints of Seagull #88BDC8
RGB
CMYK
RGB Variations
Color information
#88BDC8 (or 0x88BDC8) is known color: Seagull. HEX triplet: 88, BD and C8. RGB value is (136,189,200). Sum of RGB (Red+Green+Blue) = 136+189+200=525 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.90% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 200 - color contains mainly: blue. Hex color #88BDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BDC8 is #774237. Grayscale: #AEAEAE. Windows color (decimal): -7815736 or 13155720. OLE color: 13155720.
HSL color Cylindrical-coordinate representation of color #88BDC8: hue angle of 190.31º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88BDC8 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 189 | 200 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.22 |
| HSL | 190.31º | 0.37% | 0.66% | - |
| HSV(B) | 190.31º | 0.32% | 0.78% | - |
| XYZ | 38.78 | 45.8 | 61.44 | - |
| YUV | 174.41 | 142.44 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 189 | 200 | 0.32 | 0.06 | 0 | 0.22 | 190.31 | 0.37 | 0.66 |
| Hex | 88 | BD | C8 | 20 | 6 | 0 | 16 | BE | 25 | 42 |
| Octal | 210 | 275 | 310 | 40 | 6 | 0 | 26 | 276 | 45 | 102 |
| Binary | 10001000 | 10111101 | 11001000 | 100000 | 110 | 0 | 10110 | 10111110 | 100101 | 1000010 |
Color Harmonies of #88BDC8
Complementary color
Monochromatic Colors of #88BDC8
Black with #88BDC8
Text Example
Text Example
White with #88BDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BDC8; }
p { color: rgb(136,189,200); }
H1.HeaderClassName
{
color: #88BDC8;
}
.AnyTagClassName
{
color: #88BDC8;
}
</style>
background-color css
<style>
a { background-color: #88BDC8; }
a { background-color: rgb(136,189,200); }
div.DivClassName
{
background-color: #88BDC8;
}
.BgClassName
{
background-color: #88BDC8;
}
</style>
border-color css
<style>
span { border-color: #88BDC8; }
span { border-color: rgb(136,189,200); }
td.TdClassName
{
border-color: #88BDC8;
}
.TagClassName
{
border-color: #88BDC8;
}
</style>