Shades of Seagull #88BBDA
Tints of Seagull #88BBDA
RGB
CMYK
RGB Variations
Color information
#88BBDA (or 0x88BBDA) is known color: Seagull. HEX triplet: 88, BB and DA. RGB value is (136,187,218). Sum of RGB (Red+Green+Blue) = 136+187+218=541 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.14% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #88BBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BBDA is #774425. Grayscale: #AFAFAF. Windows color (decimal): -7816230 or 14334856. OLE color: 14334856.
HSL color Cylindrical-coordinate representation of color #88BBDA: hue angle of 202.68º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88BBDA is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 187 | 218 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.15 |
| HSL | 202.68º | 0.53% | 0.69% | - |
| HSV(B) | 202.68º | 0.38% | 0.85% | - |
| XYZ | 40.58 | 45.84 | 73.04 | - |
| YUV | 175.29 | 152.1 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 187 | 218 | 0.38 | 0.14 | 0 | 0.15 | 202.68 | 0.53 | 0.69 |
| Hex | 88 | BB | DA | 26 | E | 0 | F | CB | 35 | 45 |
| Octal | 210 | 273 | 332 | 46 | 16 | 0 | 17 | 313 | 65 | 105 |
| Binary | 10001000 | 10111011 | 11011010 | 100110 | 1110 | 0 | 1111 | 11001011 | 110101 | 1000101 |
Color Harmonies of #88BBDA
Complementary color
Monochromatic Colors of #88BBDA
Black with #88BBDA
Text Example
Text Example
White with #88BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BBDA; }
p { color: rgb(136,187,218); }
H1.HeaderClassName
{
color: #88BBDA;
}
.AnyTagClassName
{
color: #88BBDA;
}
</style>
background-color css
<style>
a { background-color: #88BBDA; }
a { background-color: rgb(136,187,218); }
div.DivClassName
{
background-color: #88BBDA;
}
.BgClassName
{
background-color: #88BBDA;
}
</style>
border-color css
<style>
span { border-color: #88BBDA; }
span { border-color: rgb(136,187,218); }
td.TdClassName
{
border-color: #88BBDA;
}
.TagClassName
{
border-color: #88BBDA;
}
</style>