Shades of Seagull #88BBCF
Tints of Seagull #88BBCF
RGB
CMYK
RGB Variations
Color information
#88BBCF (or 0x88BBCF) is known color: Seagull. HEX triplet: 88, BB and CF. RGB value is (136,187,207). Sum of RGB (Red+Green+Blue) = 136+187+207=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #88BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BBCF is #774430. Grayscale: #ADADAD. Windows color (decimal): -7816241 or 13613960. OLE color: 13613960.
HSL color Cylindrical-coordinate representation of color #88BBCF: hue angle of 196.9º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88BBCF is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 187 | 207 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.19 |
| HSL | 196.9º | 0.43% | 0.67% | - |
| HSV(B) | 196.9º | 0.34% | 0.81% | - |
| XYZ | 39.19 | 45.28 | 65.71 | - |
| YUV | 174.03 | 146.6 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 187 | 207 | 0.34 | 0.10 | 0 | 0.19 | 196.9 | 0.43 | 0.67 |
| Hex | 88 | BB | CF | 22 | A | 0 | 13 | C5 | 2B | 43 |
| Octal | 210 | 273 | 317 | 42 | 12 | 0 | 23 | 305 | 53 | 103 |
| Binary | 10001000 | 10111011 | 11001111 | 100010 | 1010 | 0 | 10011 | 11000101 | 101011 | 1000011 |
Color Harmonies of #88BBCF
Complementary color
Monochromatic Colors of #88BBCF
Black with #88BBCF
Text Example
Text Example
White with #88BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BBCF; }
p { color: rgb(136,187,207); }
H1.HeaderClassName
{
color: #88BBCF;
}
.AnyTagClassName
{
color: #88BBCF;
}
</style>
background-color css
<style>
a { background-color: #88BBCF; }
a { background-color: rgb(136,187,207); }
div.DivClassName
{
background-color: #88BBCF;
}
.BgClassName
{
background-color: #88BBCF;
}
</style>
border-color css
<style>
span { border-color: #88BBCF; }
span { border-color: rgb(136,187,207); }
td.TdClassName
{
border-color: #88BBCF;
}
.TagClassName
{
border-color: #88BBCF;
}
</style>