Shades of Seagull #8BBCD5
Tints of Seagull #8BBCD5
RGB
CMYK
RGB Variations
Color information
#8BBCD5 (or 0x8BBCD5) is known color: Seagull. HEX triplet: 8B, BC and D5. RGB value is (139,188,213). Sum of RGB (Red+Green+Blue) = 139+188+213=540 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.74% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 213 - color contains mainly: blue. Hex color #8BBCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBCD5 is #74432A. Grayscale: #B0B0B0. Windows color (decimal): -7619371 or 14007435. OLE color: 14007435.
HSL color Cylindrical-coordinate representation of color #8BBCD5: hue angle of 200.27º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BBCD5 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 188 | 213 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.16 |
| HSL | 200.27º | 0.47% | 0.69% | - |
| HSV(B) | 200.27º | 0.35% | 0.84% | - |
| XYZ | 40.64 | 46.26 | 69.74 | - |
| YUV | 176.2 | 148.77 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 213 | 0.35 | 0.12 | 0 | 0.16 | 200.27 | 0.47 | 0.69 |
| Hex | 8B | BC | D5 | 23 | C | 0 | 10 | C8 | 2F | 45 |
| Octal | 213 | 274 | 325 | 43 | 14 | 0 | 20 | 310 | 57 | 105 |
| Binary | 10001011 | 10111100 | 11010101 | 100011 | 1100 | 0 | 10000 | 11001000 | 101111 | 1000101 |
Color Harmonies of #8BBCD5
Complementary color
Monochromatic Colors of #8BBCD5
Black with #8BBCD5
Text Example
Text Example
White with #8BBCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCD5; }
p { color: rgb(139,188,213); }
H1.HeaderClassName
{
color: #8BBCD5;
}
.AnyTagClassName
{
color: #8BBCD5;
}
</style>
background-color css
<style>
a { background-color: #8BBCD5; }
a { background-color: rgb(139,188,213); }
div.DivClassName
{
background-color: #8BBCD5;
}
.BgClassName
{
background-color: #8BBCD5;
}
</style>
border-color css
<style>
span { border-color: #8BBCD5; }
span { border-color: rgb(139,188,213); }
td.TdClassName
{
border-color: #8BBCD5;
}
.TagClassName
{
border-color: #8BBCD5;
}
</style>