Shades of Seagull #88C0CF
Tints of Seagull #88C0CF
RGB
CMYK
RGB Variations
Color information
#88C0CF (or 0x88C0CF) is known color: Seagull. HEX triplet: 88, C0 and CF. RGB value is (136,192,207). Sum of RGB (Red+Green+Blue) = 136+192+207=535 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.42% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #88C0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C0CF is #773F30. Grayscale: #B0B0B0. Windows color (decimal): -7814961 or 13615240. OLE color: 13615240.
HSL color Cylindrical-coordinate representation of color #88C0CF: hue angle of 192.68º 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 #88C0CF is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 192 | 207 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.19 |
| HSL | 192.68º | 0.43% | 0.67% | - |
| HSV(B) | 192.68º | 0.34% | 0.81% | - |
| XYZ | 40.27 | 47.44 | 66.07 | - |
| YUV | 176.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 192 | 207 | 0.34 | 0.07 | 0 | 0.19 | 192.68 | 0.43 | 0.67 |
| Hex | 88 | C0 | CF | 22 | 7 | 0 | 13 | C1 | 2B | 43 |
| Octal | 210 | 300 | 317 | 42 | 7 | 0 | 23 | 301 | 53 | 103 |
| Binary | 10001000 | 11000000 | 11001111 | 100010 | 111 | 0 | 10011 | 11000001 | 101011 | 1000011 |
Color Harmonies of #88C0CF
Complementary color
Monochromatic Colors of #88C0CF
Black with #88C0CF
Text Example
Text Example
White with #88C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C0CF; }
p { color: rgb(136,192,207); }
H1.HeaderClassName
{
color: #88C0CF;
}
.AnyTagClassName
{
color: #88C0CF;
}
</style>
background-color css
<style>
a { background-color: #88C0CF; }
a { background-color: rgb(136,192,207); }
div.DivClassName
{
background-color: #88C0CF;
}
.BgClassName
{
background-color: #88C0CF;
}
</style>
border-color css
<style>
span { border-color: #88C0CF; }
span { border-color: rgb(136,192,207); }
td.TdClassName
{
border-color: #88C0CF;
}
.TagClassName
{
border-color: #88C0CF;
}
</style>