Shades of Seagull #8DBDD5
Tints of Seagull #8DBDD5
RGB
CMYK
RGB Variations
Color information
#8DBDD5 (or 0x8DBDD5) is known color: Seagull. HEX triplet: 8D, BD and D5. RGB value is (141,189,213). Sum of RGB (Red+Green+Blue) = 141+189+213=543 (71% of max value = 765). Red value is 141 (55.47% from 255 or 25.97% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 213 - color contains mainly: blue. Hex color #8DBDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDD5 is #72422A. Grayscale: #B1B1B1. Windows color (decimal): -7488043 or 14007693. OLE color: 14007693.
HSL color Cylindrical-coordinate representation of color #8DBDD5: hue angle of 200º 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 #8DBDD5 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 189 | 213 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.16 |
| HSL | 200º | 0.46% | 0.69% | - |
| HSV(B) | 200º | 0.34% | 0.84% | - |
| XYZ | 41.19 | 46.86 | 69.83 | - |
| YUV | 177.38 | 148.1 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 213 | 0.34 | 0.11 | 0 | 0.16 | 200 | 0.46 | 0.69 |
| Hex | 8D | BD | D5 | 22 | B | 0 | 10 | C8 | 2E | 45 |
| Octal | 215 | 275 | 325 | 42 | 13 | 0 | 20 | 310 | 56 | 105 |
| Binary | 10001101 | 10111101 | 11010101 | 100010 | 1011 | 0 | 10000 | 11001000 | 101110 | 1000101 |
Color Harmonies of #8DBDD5
Complementary color
Monochromatic Colors of #8DBDD5
Black with #8DBDD5
Text Example
Text Example
White with #8DBDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDD5; }
p { color: rgb(141,189,213); }
H1.HeaderClassName
{
color: #8DBDD5;
}
.AnyTagClassName
{
color: #8DBDD5;
}
</style>
background-color css
<style>
a { background-color: #8DBDD5; }
a { background-color: rgb(141,189,213); }
div.DivClassName
{
background-color: #8DBDD5;
}
.BgClassName
{
background-color: #8DBDD5;
}
</style>
border-color css
<style>
span { border-color: #8DBDD5; }
span { border-color: rgb(141,189,213); }
td.TdClassName
{
border-color: #8DBDD5;
}
.TagClassName
{
border-color: #8DBDD5;
}
</style>