Shades of Seagull #88B8CA
Tints of Seagull #88B8CA
RGB
CMYK
RGB Variations
Color information
#88B8CA (or 0x88B8CA) is known color: Seagull. HEX triplet: 88, B8 and CA. RGB value is (136,184,202). Sum of RGB (Red+Green+Blue) = 136+184+202=522 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.05% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #88B8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B8CA is #774735. Grayscale: #ABABAB. Windows color (decimal): -7817014 or 13285512. OLE color: 13285512.
HSL color Cylindrical-coordinate representation of color #88B8CA: hue angle of 196.36º 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 #88B8CA is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 184 | 202 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.21 |
| HSL | 196.36º | 0.38% | 0.66% | - |
| HSV(B) | 196.36º | 0.33% | 0.79% | - |
| XYZ | 37.95 | 43.78 | 62.33 | - |
| YUV | 171.7 | 145.1 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 184 | 202 | 0.33 | 0.09 | 0 | 0.21 | 196.36 | 0.38 | 0.66 |
| Hex | 88 | B8 | CA | 21 | 9 | 0 | 15 | C4 | 26 | 42 |
| Octal | 210 | 270 | 312 | 41 | 11 | 0 | 25 | 304 | 46 | 102 |
| Binary | 10001000 | 10111000 | 11001010 | 100001 | 1001 | 0 | 10101 | 11000100 | 100110 | 1000010 |
Color Harmonies of #88B8CA
Complementary color
Monochromatic Colors of #88B8CA
Black with #88B8CA
Text Example
Text Example
White with #88B8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B8CA; }
p { color: rgb(136,184,202); }
H1.HeaderClassName
{
color: #88B8CA;
}
.AnyTagClassName
{
color: #88B8CA;
}
</style>
background-color css
<style>
a { background-color: #88B8CA; }
a { background-color: rgb(136,184,202); }
div.DivClassName
{
background-color: #88B8CA;
}
.BgClassName
{
background-color: #88B8CA;
}
</style>
border-color css
<style>
span { border-color: #88B8CA; }
span { border-color: rgb(136,184,202); }
td.TdClassName
{
border-color: #88B8CA;
}
.TagClassName
{
border-color: #88B8CA;
}
</style>