Shades of Seagull #8DB7CB
Tints of Seagull #8DB7CB
RGB
CMYK
RGB Variations
Color information
#8DB7CB (or 0x8DB7CB) is known color: Seagull. HEX triplet: 8D, B7 and CB. RGB value is (141,183,203). Sum of RGB (Red+Green+Blue) = 141+183+203=527 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.76% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DB7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB7CB is #724834. Grayscale: #ACACAC. Windows color (decimal): -7489589 or 13350797. OLE color: 13350797.
HSL color Cylindrical-coordinate representation of color #8DB7CB: hue angle of 199.35º 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 #8DB7CB is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 183 | 203 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.20 |
| HSL | 199.35º | 0.37% | 0.67% | - |
| HSV(B) | 199.35º | 0.31% | 0.8% | - |
| XYZ | 38.7 | 43.84 | 62.92 | - |
| YUV | 172.72 | 145.09 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 203 | 0.31 | 0.10 | 0 | 0.20 | 199.35 | 0.37 | 0.67 |
| Hex | 8D | B7 | CB | 1F | A | 0 | 14 | C7 | 25 | 43 |
| Octal | 215 | 267 | 313 | 37 | 12 | 0 | 24 | 307 | 45 | 103 |
| Binary | 10001101 | 10110111 | 11001011 | 11111 | 1010 | 0 | 10100 | 11000111 | 100101 | 1000011 |
Color Harmonies of #8DB7CB
Complementary color
Monochromatic Colors of #8DB7CB
Black with #8DB7CB
Text Example
Text Example
White with #8DB7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB7CB; }
p { color: rgb(141,183,203); }
H1.HeaderClassName
{
color: #8DB7CB;
}
.AnyTagClassName
{
color: #8DB7CB;
}
</style>
background-color css
<style>
a { background-color: #8DB7CB; }
a { background-color: rgb(141,183,203); }
div.DivClassName
{
background-color: #8DB7CB;
}
.BgClassName
{
background-color: #8DB7CB;
}
</style>
border-color css
<style>
span { border-color: #8DB7CB; }
span { border-color: rgb(141,183,203); }
td.TdClassName
{
border-color: #8DB7CB;
}
.TagClassName
{
border-color: #8DB7CB;
}
</style>