Shades of Seagull #88C0CE
Tints of Seagull #88C0CE
RGB
CMYK
RGB Variations
Color information
#88C0CE (or 0x88C0CE) is known color: Seagull. HEX triplet: 88, C0 and CE. RGB value is (136,192,206). Sum of RGB (Red+Green+Blue) = 136+192+206=534 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.47% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #88C0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C0CE is #773F31. Grayscale: #B0B0B0. Windows color (decimal): -7814962 or 13549704. OLE color: 13549704.
HSL color Cylindrical-coordinate representation of color #88C0CE: hue angle of 192º degrees, saturation: 0.42, 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 #88C0CE is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 192 | 206 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.19 |
| HSL | 192º | 0.42% | 0.67% | - |
| HSV(B) | 192º | 0.34% | 0.81% | - |
| XYZ | 40.14 | 47.39 | 65.42 | - |
| YUV | 176.85 | 144.45 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 192 | 206 | 0.34 | 0.07 | 0 | 0.19 | 192 | 0.42 | 0.67 |
| Hex | 88 | C0 | CE | 22 | 7 | 0 | 13 | C0 | 2A | 43 |
| Octal | 210 | 300 | 316 | 42 | 7 | 0 | 23 | 300 | 52 | 103 |
| Binary | 10001000 | 11000000 | 11001110 | 100010 | 111 | 0 | 10011 | 11000000 | 101010 | 1000011 |
Color Harmonies of #88C0CE
Complementary color
Monochromatic Colors of #88C0CE
Black with #88C0CE
Text Example
Text Example
White with #88C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C0CE; }
p { color: rgb(136,192,206); }
H1.HeaderClassName
{
color: #88C0CE;
}
.AnyTagClassName
{
color: #88C0CE;
}
</style>
background-color css
<style>
a { background-color: #88C0CE; }
a { background-color: rgb(136,192,206); }
div.DivClassName
{
background-color: #88C0CE;
}
.BgClassName
{
background-color: #88C0CE;
}
</style>
border-color css
<style>
span { border-color: #88C0CE; }
span { border-color: rgb(136,192,206); }
td.TdClassName
{
border-color: #88C0CE;
}
.TagClassName
{
border-color: #88C0CE;
}
</style>