Shades of Seagull #88BED4
Tints of Seagull #88BED4
RGB
CMYK
RGB Variations
Color information
#88BED4 (or 0x88BED4) is known color: Seagull. HEX triplet: 88, BE and D4. RGB value is (136,190,212). Sum of RGB (Red+Green+Blue) = 136+190+212=538 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.28% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 212 - color contains mainly: blue. Hex color #88BED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BED4 is #77412B. Grayscale: #B0B0B0. Windows color (decimal): -7815468 or 13942408. OLE color: 13942408.
HSL color Cylindrical-coordinate representation of color #88BED4: hue angle of 197.37º degrees, saturation: 0.47, 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 #88BED4 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 190 | 212 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.17 |
| HSL | 197.37º | 0.47% | 0.68% | - |
| HSV(B) | 197.37º | 0.36% | 0.83% | - |
| XYZ | 40.45 | 46.81 | 69.19 | - |
| YUV | 176.36 | 148.11 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 190 | 212 | 0.36 | 0.10 | 0 | 0.17 | 197.37 | 0.47 | 0.68 |
| Hex | 88 | BE | D4 | 24 | A | 0 | 11 | C5 | 2F | 44 |
| Octal | 210 | 276 | 324 | 44 | 12 | 0 | 21 | 305 | 57 | 104 |
| Binary | 10001000 | 10111110 | 11010100 | 100100 | 1010 | 0 | 10001 | 11000101 | 101111 | 1000100 |
Color Harmonies of #88BED4
Complementary color
Monochromatic Colors of #88BED4
Black with #88BED4
Text Example
Text Example
White with #88BED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BED4; }
p { color: rgb(136,190,212); }
H1.HeaderClassName
{
color: #88BED4;
}
.AnyTagClassName
{
color: #88BED4;
}
</style>
background-color css
<style>
a { background-color: #88BED4; }
a { background-color: rgb(136,190,212); }
div.DivClassName
{
background-color: #88BED4;
}
.BgClassName
{
background-color: #88BED4;
}
</style>
border-color css
<style>
span { border-color: #88BED4; }
span { border-color: rgb(136,190,212); }
td.TdClassName
{
border-color: #88BED4;
}
.TagClassName
{
border-color: #88BED4;
}
</style>