Shades of Seagull #88C0CA
Tints of Seagull #88C0CA
RGB
CMYK
RGB Variations
Color information
#88C0CA (or 0x88C0CA) is known color: Seagull. HEX triplet: 88, C0 and CA. RGB value is (136,192,202). Sum of RGB (Red+Green+Blue) = 136+192+202=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #88C0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C0CA is #773F35. Grayscale: #B0B0B0. Windows color (decimal): -7814966 or 13287560. OLE color: 13287560.
HSL color Cylindrical-coordinate representation of color #88C0CA: hue angle of 189.09º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88C0CA is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 192 | 202 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.21 |
| HSL | 189.09º | 0.38% | 0.66% | - |
| HSV(B) | 189.09º | 0.33% | 0.79% | - |
| XYZ | 39.66 | 47.2 | 62.9 | - |
| YUV | 176.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 192 | 202 | 0.33 | 0.05 | 0 | 0.21 | 189.09 | 0.38 | 0.66 |
| Hex | 88 | C0 | CA | 21 | 5 | 0 | 15 | BD | 26 | 42 |
| Octal | 210 | 300 | 312 | 41 | 5 | 0 | 25 | 275 | 46 | 102 |
| Binary | 10001000 | 11000000 | 11001010 | 100001 | 101 | 0 | 10101 | 10111101 | 100110 | 1000010 |
Color Harmonies of #88C0CA
Complementary color
Monochromatic Colors of #88C0CA
Black with #88C0CA
Text Example
Text Example
White with #88C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C0CA; }
p { color: rgb(136,192,202); }
H1.HeaderClassName
{
color: #88C0CA;
}
.AnyTagClassName
{
color: #88C0CA;
}
</style>
background-color css
<style>
a { background-color: #88C0CA; }
a { background-color: rgb(136,192,202); }
div.DivClassName
{
background-color: #88C0CA;
}
.BgClassName
{
background-color: #88C0CA;
}
</style>
border-color css
<style>
span { border-color: #88C0CA; }
span { border-color: rgb(136,192,202); }
td.TdClassName
{
border-color: #88C0CA;
}
.TagClassName
{
border-color: #88C0CA;
}
</style>