Shades of Seagull #8DBECE
Tints of Seagull #8DBECE
RGB
CMYK
RGB Variations
Color information
#8DBECE (or 0x8DBECE) is known color: Seagull. HEX triplet: 8D, BE and CE. RGB value is (141,190,206). Sum of RGB (Red+Green+Blue) = 141+190+206=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DBECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBECE is #724131. Grayscale: #B1B1B1. Windows color (decimal): -7487794 or 13549197. OLE color: 13549197.
HSL color Cylindrical-coordinate representation of color #8DBECE: hue angle of 194.77º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DBECE is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 190 | 206 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.19 |
| HSL | 194.77º | 0.4% | 0.68% | - |
| HSV(B) | 194.77º | 0.32% | 0.81% | - |
| XYZ | 40.54 | 46.95 | 65.32 | - |
| YUV | 177.17 | 144.27 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 206 | 0.32 | 0.08 | 0 | 0.19 | 194.77 | 0.4 | 0.68 |
| Hex | 8D | BE | CE | 20 | 8 | 0 | 13 | C3 | 28 | 44 |
| Octal | 215 | 276 | 316 | 40 | 10 | 0 | 23 | 303 | 50 | 104 |
| Binary | 10001101 | 10111110 | 11001110 | 100000 | 1000 | 0 | 10011 | 11000011 | 101000 | 1000100 |
Color Harmonies of #8DBECE
Complementary color
Monochromatic Colors of #8DBECE
Black with #8DBECE
Text Example
Text Example
White with #8DBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBECE; }
p { color: rgb(141,190,206); }
H1.HeaderClassName
{
color: #8DBECE;
}
.AnyTagClassName
{
color: #8DBECE;
}
</style>
background-color css
<style>
a { background-color: #8DBECE; }
a { background-color: rgb(141,190,206); }
div.DivClassName
{
background-color: #8DBECE;
}
.BgClassName
{
background-color: #8DBECE;
}
</style>
border-color css
<style>
span { border-color: #8DBECE; }
span { border-color: rgb(141,190,206); }
td.TdClassName
{
border-color: #8DBECE;
}
.TagClassName
{
border-color: #8DBECE;
}
</style>