Shades of Seagull #88C1CC
Tints of Seagull #88C1CC
RGB
CMYK
RGB Variations
Color information
#88C1CC (or 0x88C1CC) is known color: Seagull. HEX triplet: 88, C1 and CC. RGB value is (136,193,204). Sum of RGB (Red+Green+Blue) = 136+193+204=533 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.52% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #88C1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C1CC is #773E33. Grayscale: #B1B1B1. Windows color (decimal): -7814708 or 13418888. OLE color: 13418888.
HSL color Cylindrical-coordinate representation of color #88C1CC: hue angle of 189.71º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88C1CC is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 193 | 204 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.2 |
| HSL | 189.71º | 0.4% | 0.67% | - |
| HSV(B) | 189.71º | 0.33% | 0.8% | - |
| XYZ | 40.12 | 47.73 | 64.23 | - |
| YUV | 177.21 | 143.12 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 193 | 204 | 0.33 | 0.05 | 0 | 0.2 | 189.71 | 0.4 | 0.67 |
| Hex | 88 | C1 | CC | 21 | 5 | 0 | 14 | BE | 28 | 43 |
| Octal | 210 | 301 | 314 | 41 | 5 | 0 | 24 | 276 | 50 | 103 |
| Binary | 10001000 | 11000001 | 11001100 | 100001 | 101 | 0 | 10100 | 10111110 | 101000 | 1000011 |
Color Harmonies of #88C1CC
Complementary color
Monochromatic Colors of #88C1CC
Black with #88C1CC
Text Example
Text Example
White with #88C1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C1CC; }
p { color: rgb(136,193,204); }
H1.HeaderClassName
{
color: #88C1CC;
}
.AnyTagClassName
{
color: #88C1CC;
}
</style>
background-color css
<style>
a { background-color: #88C1CC; }
a { background-color: rgb(136,193,204); }
div.DivClassName
{
background-color: #88C1CC;
}
.BgClassName
{
background-color: #88C1CC;
}
</style>
border-color css
<style>
span { border-color: #88C1CC; }
span { border-color: rgb(136,193,204); }
td.TdClassName
{
border-color: #88C1CC;
}
.TagClassName
{
border-color: #88C1CC;
}
</style>