Shades of Seagull #8DB9CB
Tints of Seagull #8DB9CB
RGB
CMYK
RGB Variations
Color information
#8DB9CB (or 0x8DB9CB) is known color: Seagull. HEX triplet: 8D, B9 and CB. RGB value is (141,185,203). Sum of RGB (Red+Green+Blue) = 141+185+203=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DB9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB9CB is #724634. Grayscale: #ADADAD. Windows color (decimal): -7489077 or 13351309. OLE color: 13351309.
HSL color Cylindrical-coordinate representation of color #8DB9CB: hue angle of 197.42º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DB9CB is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 185 | 203 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.20 |
| HSL | 197.42º | 0.37% | 0.67% | - |
| HSV(B) | 197.42º | 0.31% | 0.8% | - |
| XYZ | 39.11 | 44.67 | 63.06 | - |
| YUV | 173.9 | 144.42 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 203 | 0.31 | 0.09 | 0 | 0.20 | 197.42 | 0.37 | 0.67 |
| Hex | 8D | B9 | CB | 1F | 9 | 0 | 14 | C5 | 25 | 43 |
| Octal | 215 | 271 | 313 | 37 | 11 | 0 | 24 | 305 | 45 | 103 |
| Binary | 10001101 | 10111001 | 11001011 | 11111 | 1001 | 0 | 10100 | 11000101 | 100101 | 1000011 |
Color Harmonies of #8DB9CB
Complementary color
Monochromatic Colors of #8DB9CB
Black with #8DB9CB
Text Example
Text Example
White with #8DB9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB9CB; }
p { color: rgb(141,185,203); }
H1.HeaderClassName
{
color: #8DB9CB;
}
.AnyTagClassName
{
color: #8DB9CB;
}
</style>
background-color css
<style>
a { background-color: #8DB9CB; }
a { background-color: rgb(141,185,203); }
div.DivClassName
{
background-color: #8DB9CB;
}
.BgClassName
{
background-color: #8DB9CB;
}
</style>
border-color css
<style>
span { border-color: #8DB9CB; }
span { border-color: rgb(141,185,203); }
td.TdClassName
{
border-color: #8DB9CB;
}
.TagClassName
{
border-color: #8DB9CB;
}
</style>