Shades of Seagull #8DBED5
Tints of Seagull #8DBED5
RGB
CMYK
RGB Variations
Color information
#8DBED5 (or 0x8DBED5) is known color: Seagull. HEX triplet: 8D, BE and D5. RGB value is (141,190,213). Sum of RGB (Red+Green+Blue) = 141+190+213=544 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.92% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 213 - color contains mainly: blue. Hex color #8DBED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBED5 is #72412A. Grayscale: #B1B1B1. Windows color (decimal): -7487787 or 14007949. OLE color: 14007949.
HSL color Cylindrical-coordinate representation of color #8DBED5: hue angle of 199.17º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DBED5 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 190 | 213 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.16 |
| HSL | 199.17º | 0.46% | 0.69% | - |
| HSV(B) | 199.17º | 0.34% | 0.84% | - |
| XYZ | 41.41 | 47.29 | 69.9 | - |
| YUV | 177.97 | 147.77 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 213 | 0.34 | 0.11 | 0 | 0.16 | 199.17 | 0.46 | 0.69 |
| Hex | 8D | BE | D5 | 22 | B | 0 | 10 | C7 | 2E | 45 |
| Octal | 215 | 276 | 325 | 42 | 13 | 0 | 20 | 307 | 56 | 105 |
| Binary | 10001101 | 10111110 | 11010101 | 100010 | 1011 | 0 | 10000 | 11000111 | 101110 | 1000101 |
Color Harmonies of #8DBED5
Complementary color
Monochromatic Colors of #8DBED5
Black with #8DBED5
Text Example
Text Example
White with #8DBED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBED5; }
p { color: rgb(141,190,213); }
H1.HeaderClassName
{
color: #8DBED5;
}
.AnyTagClassName
{
color: #8DBED5;
}
</style>
background-color css
<style>
a { background-color: #8DBED5; }
a { background-color: rgb(141,190,213); }
div.DivClassName
{
background-color: #8DBED5;
}
.BgClassName
{
background-color: #8DBED5;
}
</style>
border-color css
<style>
span { border-color: #8DBED5; }
span { border-color: rgb(141,190,213); }
td.TdClassName
{
border-color: #8DBED5;
}
.TagClassName
{
border-color: #8DBED5;
}
</style>