Shades of Seagull #8DBBCC
Tints of Seagull #8DBBCC
RGB
CMYK
RGB Variations
Color information
#8DBBCC (or 0x8DBBCC) is known color: Seagull. HEX triplet: 8D, BB and CC. RGB value is (141,187,204). Sum of RGB (Red+Green+Blue) = 141+187+204=532 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.50% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DBBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBBCC is #724433. Grayscale: #AFAFAF. Windows color (decimal): -7488564 or 13417357. OLE color: 13417357.
HSL color Cylindrical-coordinate representation of color #8DBBCC: hue angle of 196.19º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DBBCC is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 187 | 204 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.2 |
| HSL | 196.19º | 0.38% | 0.68% | - |
| HSV(B) | 196.19º | 0.31% | 0.8% | - |
| XYZ | 39.65 | 45.56 | 63.83 | - |
| YUV | 175.18 | 144.26 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 204 | 0.31 | 0.08 | 0 | 0.2 | 196.19 | 0.38 | 0.68 |
| Hex | 8D | BB | CC | 1F | 8 | 0 | 14 | C4 | 26 | 44 |
| Octal | 215 | 273 | 314 | 37 | 10 | 0 | 24 | 304 | 46 | 104 |
| Binary | 10001101 | 10111011 | 11001100 | 11111 | 1000 | 0 | 10100 | 11000100 | 100110 | 1000100 |
Color Harmonies of #8DBBCC
Complementary color
Monochromatic Colors of #8DBBCC
Black with #8DBBCC
Text Example
Text Example
White with #8DBBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBBCC; }
p { color: rgb(141,187,204); }
H1.HeaderClassName
{
color: #8DBBCC;
}
.AnyTagClassName
{
color: #8DBBCC;
}
</style>
background-color css
<style>
a { background-color: #8DBBCC; }
a { background-color: rgb(141,187,204); }
div.DivClassName
{
background-color: #8DBBCC;
}
.BgClassName
{
background-color: #8DBBCC;
}
</style>
border-color css
<style>
span { border-color: #8DBBCC; }
span { border-color: rgb(141,187,204); }
td.TdClassName
{
border-color: #8DBBCC;
}
.TagClassName
{
border-color: #8DBBCC;
}
</style>