Shades of Seagull #88BED3
Tints of Seagull #88BED3
RGB
CMYK
RGB Variations
Color information
#88BED3 (or 0x88BED3) is known color: Seagull. HEX triplet: 88, BE and D3. RGB value is (136,190,211). Sum of RGB (Red+Green+Blue) = 136+190+211=537 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.33% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 211 - color contains mainly: blue. Hex color #88BED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BED3 is #77412C. Grayscale: #B0B0B0. Windows color (decimal): -7815469 or 13876872. OLE color: 13876872.
HSL color Cylindrical-coordinate representation of color #88BED3: hue angle of 196.8º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88BED3 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 190 | 211 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.17 |
| HSL | 196.8º | 0.46% | 0.68% | - |
| HSV(B) | 196.8º | 0.36% | 0.83% | - |
| XYZ | 40.32 | 46.76 | 68.53 | - |
| YUV | 176.25 | 147.61 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 190 | 211 | 0.36 | 0.10 | 0 | 0.17 | 196.8 | 0.46 | 0.68 |
| Hex | 88 | BE | D3 | 24 | A | 0 | 11 | C5 | 2E | 44 |
| Octal | 210 | 276 | 323 | 44 | 12 | 0 | 21 | 305 | 56 | 104 |
| Binary | 10001000 | 10111110 | 11010011 | 100100 | 1010 | 0 | 10001 | 11000101 | 101110 | 1000100 |
Color Harmonies of #88BED3
Complementary color
Monochromatic Colors of #88BED3
Black with #88BED3
Text Example
Text Example
White with #88BED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BED3; }
p { color: rgb(136,190,211); }
H1.HeaderClassName
{
color: #88BED3;
}
.AnyTagClassName
{
color: #88BED3;
}
</style>
background-color css
<style>
a { background-color: #88BED3; }
a { background-color: rgb(136,190,211); }
div.DivClassName
{
background-color: #88BED3;
}
.BgClassName
{
background-color: #88BED3;
}
</style>
border-color css
<style>
span { border-color: #88BED3; }
span { border-color: rgb(136,190,211); }
td.TdClassName
{
border-color: #88BED3;
}
.TagClassName
{
border-color: #88BED3;
}
</style>