Shades of Seagull #8BC0D1
Tints of Seagull #8BC0D1
RGB
CMYK
RGB Variations
Color information
#8BC0D1 (or 0x8BC0D1) is known color: Seagull. HEX triplet: 8B, C0 and D1. RGB value is (139,192,209). Sum of RGB (Red+Green+Blue) = 139+192+209=540 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.74% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #8BC0D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC0D1 is #743F2E. Grayscale: #B1B1B1. Windows color (decimal): -7618351 or 13746315. OLE color: 13746315.
HSL color Cylindrical-coordinate representation of color #8BC0D1: hue angle of 194.57º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BC0D1 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 192 | 209 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.18 |
| HSL | 194.57º | 0.43% | 0.68% | - |
| HSV(B) | 194.57º | 0.33% | 0.82% | - |
| XYZ | 41.01 | 47.79 | 67.39 | - |
| YUV | 178.09 | 145.44 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 192 | 209 | 0.33 | 0.08 | 0 | 0.18 | 194.57 | 0.43 | 0.68 |
| Hex | 8B | C0 | D1 | 21 | 8 | 0 | 12 | C3 | 2B | 44 |
| Octal | 213 | 300 | 321 | 41 | 10 | 0 | 22 | 303 | 53 | 104 |
| Binary | 10001011 | 11000000 | 11010001 | 100001 | 1000 | 0 | 10010 | 11000011 | 101011 | 1000100 |
Color Harmonies of #8BC0D1
Complementary color
Monochromatic Colors of #8BC0D1
Black with #8BC0D1
Text Example
Text Example
White with #8BC0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC0D1; }
p { color: rgb(139,192,209); }
H1.HeaderClassName
{
color: #8BC0D1;
}
.AnyTagClassName
{
color: #8BC0D1;
}
</style>
background-color css
<style>
a { background-color: #8BC0D1; }
a { background-color: rgb(139,192,209); }
div.DivClassName
{
background-color: #8BC0D1;
}
.BgClassName
{
background-color: #8BC0D1;
}
</style>
border-color css
<style>
span { border-color: #8BC0D1; }
span { border-color: rgb(139,192,209); }
td.TdClassName
{
border-color: #8BC0D1;
}
.TagClassName
{
border-color: #8BC0D1;
}
</style>