Shades of Seagull #8DBAD6
Tints of Seagull #8DBAD6
RGB
CMYK
RGB Variations
Color information
#8DBAD6 (or 0x8DBAD6) is known color: Seagull. HEX triplet: 8D, BA and D6. RGB value is (141,186,214). Sum of RGB (Red+Green+Blue) = 141+186+214=541 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.06% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 214 - color contains mainly: blue. Hex color #8DBAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBAD6 is #724529. Grayscale: #AFAFAF. Windows color (decimal): -7488810 or 14072461. OLE color: 14072461.
HSL color Cylindrical-coordinate representation of color #8DBAD6: hue angle of 203.01º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DBAD6 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 186 | 214 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.16 |
| HSL | 203.01º | 0.47% | 0.7% | - |
| HSV(B) | 203.01º | 0.34% | 0.84% | - |
| XYZ | 40.68 | 45.64 | 70.28 | - |
| YUV | 175.74 | 149.59 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 214 | 0.34 | 0.13 | 0 | 0.16 | 203.01 | 0.47 | 0.7 |
| Hex | 8D | BA | D6 | 22 | D | 0 | 10 | CB | 2F | 46 |
| Octal | 215 | 272 | 326 | 42 | 15 | 0 | 20 | 313 | 57 | 106 |
| Binary | 10001101 | 10111010 | 11010110 | 100010 | 1101 | 0 | 10000 | 11001011 | 101111 | 1000110 |
Color Harmonies of #8DBAD6
Complementary color
Monochromatic Colors of #8DBAD6
Black with #8DBAD6
Text Example
Text Example
White with #8DBAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBAD6; }
p { color: rgb(141,186,214); }
H1.HeaderClassName
{
color: #8DBAD6;
}
.AnyTagClassName
{
color: #8DBAD6;
}
</style>
background-color css
<style>
a { background-color: #8DBAD6; }
a { background-color: rgb(141,186,214); }
div.DivClassName
{
background-color: #8DBAD6;
}
.BgClassName
{
background-color: #8DBAD6;
}
</style>
border-color css
<style>
span { border-color: #8DBAD6; }
span { border-color: rgb(141,186,214); }
td.TdClassName
{
border-color: #8DBAD6;
}
.TagClassName
{
border-color: #8DBAD6;
}
</style>