Shades of Seagull #88BFCF
Tints of Seagull #88BFCF
RGB
CMYK
RGB Variations
Color information
#88BFCF (or 0x88BFCF) is known color: Seagull. HEX triplet: 88, BF and CF. RGB value is (136,191,207). Sum of RGB (Red+Green+Blue) = 136+191+207=534 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.47% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #88BFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BFCF is #774030. Grayscale: #B0B0B0. Windows color (decimal): -7815217 or 13614984. OLE color: 13614984.
HSL color Cylindrical-coordinate representation of color #88BFCF: hue angle of 193.52º 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 #88BFCF is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 191 | 207 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.19 |
| HSL | 193.52º | 0.43% | 0.67% | - |
| HSV(B) | 193.52º | 0.34% | 0.81% | - |
| XYZ | 40.05 | 47 | 65.99 | - |
| YUV | 176.38 | 145.28 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 191 | 207 | 0.34 | 0.08 | 0 | 0.19 | 193.52 | 0.43 | 0.67 |
| Hex | 88 | BF | CF | 22 | 8 | 0 | 13 | C2 | 2B | 43 |
| Octal | 210 | 277 | 317 | 42 | 10 | 0 | 23 | 302 | 53 | 103 |
| Binary | 10001000 | 10111111 | 11001111 | 100010 | 1000 | 0 | 10011 | 11000010 | 101011 | 1000011 |
Color Harmonies of #88BFCF
Complementary color
Monochromatic Colors of #88BFCF
Black with #88BFCF
Text Example
Text Example
White with #88BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BFCF; }
p { color: rgb(136,191,207); }
H1.HeaderClassName
{
color: #88BFCF;
}
.AnyTagClassName
{
color: #88BFCF;
}
</style>
background-color css
<style>
a { background-color: #88BFCF; }
a { background-color: rgb(136,191,207); }
div.DivClassName
{
background-color: #88BFCF;
}
.BgClassName
{
background-color: #88BFCF;
}
</style>
border-color css
<style>
span { border-color: #88BFCF; }
span { border-color: rgb(136,191,207); }
td.TdClassName
{
border-color: #88BFCF;
}
.TagClassName
{
border-color: #88BFCF;
}
</style>