Shades of Seagull #88B5CC
Tints of Seagull #88B5CC
RGB
CMYK
RGB Variations
Color information
#88B5CC (or 0x88B5CC) is known color: Seagull. HEX triplet: 88, B5 and CC. RGB value is (136,181,204). Sum of RGB (Red+Green+Blue) = 136+181+204=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #88B5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B5CC is #774A33. Grayscale: #AAAAAA. Windows color (decimal): -7817780 or 13415816. OLE color: 13415816.
HSL color Cylindrical-coordinate representation of color #88B5CC: hue angle of 200.29º 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 #88B5CC is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 181 | 204 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.2 |
| HSL | 200.29º | 0.4% | 0.67% | - |
| HSV(B) | 200.29º | 0.33% | 0.8% | - |
| XYZ | 37.58 | 42.64 | 63.38 | - |
| YUV | 170.17 | 147.09 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 181 | 204 | 0.33 | 0.11 | 0 | 0.2 | 200.29 | 0.4 | 0.67 |
| Hex | 88 | B5 | CC | 21 | B | 0 | 14 | C8 | 28 | 43 |
| Octal | 210 | 265 | 314 | 41 | 13 | 0 | 24 | 310 | 50 | 103 |
| Binary | 10001000 | 10110101 | 11001100 | 100001 | 1011 | 0 | 10100 | 11001000 | 101000 | 1000011 |
Color Harmonies of #88B5CC
Complementary color
Monochromatic Colors of #88B5CC
Black with #88B5CC
Text Example
Text Example
White with #88B5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B5CC; }
p { color: rgb(136,181,204); }
H1.HeaderClassName
{
color: #88B5CC;
}
.AnyTagClassName
{
color: #88B5CC;
}
</style>
background-color css
<style>
a { background-color: #88B5CC; }
a { background-color: rgb(136,181,204); }
div.DivClassName
{
background-color: #88B5CC;
}
.BgClassName
{
background-color: #88B5CC;
}
</style>
border-color css
<style>
span { border-color: #88B5CC; }
span { border-color: rgb(136,181,204); }
td.TdClassName
{
border-color: #88B5CC;
}
.TagClassName
{
border-color: #88B5CC;
}
</style>