Shades of Seagull #88B5D2
Tints of Seagull #88B5D2
RGB
CMYK
RGB Variations
Color information
#88B5D2 (or 0x88B5D2) is known color: Seagull. HEX triplet: 88, B5 and D2. RGB value is (136,181,210). Sum of RGB (Red+Green+Blue) = 136+181+210=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 210 - color contains mainly: blue. Hex color #88B5D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B5D2 is #774A2D. Grayscale: #AAAAAA. Windows color (decimal): -7817774 or 13809032. OLE color: 13809032.
HSL color Cylindrical-coordinate representation of color #88B5D2: hue angle of 203.51º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88B5D2 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 181 | 210 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.18 |
| HSL | 203.51º | 0.45% | 0.68% | - |
| HSV(B) | 203.51º | 0.35% | 0.82% | - |
| XYZ | 38.31 | 42.94 | 67.24 | - |
| YUV | 170.85 | 150.09 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 181 | 210 | 0.35 | 0.14 | 0 | 0.18 | 203.51 | 0.45 | 0.68 |
| Hex | 88 | B5 | D2 | 23 | E | 0 | 12 | CC | 2D | 44 |
| Octal | 210 | 265 | 322 | 43 | 16 | 0 | 22 | 314 | 55 | 104 |
| Binary | 10001000 | 10110101 | 11010010 | 100011 | 1110 | 0 | 10010 | 11001100 | 101101 | 1000100 |
Color Harmonies of #88B5D2
Complementary color
Monochromatic Colors of #88B5D2
Black with #88B5D2
Text Example
Text Example
White with #88B5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B5D2; }
p { color: rgb(136,181,210); }
H1.HeaderClassName
{
color: #88B5D2;
}
.AnyTagClassName
{
color: #88B5D2;
}
</style>
background-color css
<style>
a { background-color: #88B5D2; }
a { background-color: rgb(136,181,210); }
div.DivClassName
{
background-color: #88B5D2;
}
.BgClassName
{
background-color: #88B5D2;
}
</style>
border-color css
<style>
span { border-color: #88B5D2; }
span { border-color: rgb(136,181,210); }
td.TdClassName
{
border-color: #88B5D2;
}
.TagClassName
{
border-color: #88B5D2;
}
</style>