Shades of Seagull #8DBED4
Tints of Seagull #8DBED4
RGB
CMYK
RGB Variations
Color information
#8DBED4 (or 0x8DBED4) is known color: Seagull. HEX triplet: 8D, BE and D4. RGB value is (141,190,212). Sum of RGB (Red+Green+Blue) = 141+190+212=543 (71% of max value = 765). Red value is 141 (55.47% from 255 or 25.97% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 212 - color contains mainly: blue. Hex color #8DBED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBED4 is #72412B. Grayscale: #B1B1B1. Windows color (decimal): -7487788 or 13942413. OLE color: 13942413.
HSL color Cylindrical-coordinate representation of color #8DBED4: hue angle of 198.59º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DBED4 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 141 | 190 | 212 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.17 |
| HSL | 198.59º | 0.45% | 0.69% | - |
| HSV(B) | 198.59º | 0.33% | 0.83% | - |
| XYZ | 41.28 | 47.24 | 69.23 | - |
| YUV | 177.86 | 147.27 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 212 | 0.33 | 0.10 | 0 | 0.17 | 198.59 | 0.45 | 0.69 |
| Hex | 8D | BE | D4 | 21 | A | 0 | 11 | C7 | 2D | 45 |
| Octal | 215 | 276 | 324 | 41 | 12 | 0 | 21 | 307 | 55 | 105 |
| Binary | 10001101 | 10111110 | 11010100 | 100001 | 1010 | 0 | 10001 | 11000111 | 101101 | 1000101 |
Color Harmonies of #8DBED4
Complementary color
Monochromatic Colors of #8DBED4
Black with #8DBED4
Text Example
Text Example
White with #8DBED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBED4; }
p { color: rgb(141,190,212); }
H1.HeaderClassName
{
color: #8DBED4;
}
.AnyTagClassName
{
color: #8DBED4;
}
</style>
background-color css
<style>
a { background-color: #8DBED4; }
a { background-color: rgb(141,190,212); }
div.DivClassName
{
background-color: #8DBED4;
}
.BgClassName
{
background-color: #8DBED4;
}
</style>
border-color css
<style>
span { border-color: #8DBED4; }
span { border-color: rgb(141,190,212); }
td.TdClassName
{
border-color: #8DBED4;
}
.TagClassName
{
border-color: #8DBED4;
}
</style>