Shades of Seagull #8BBCC8
Tints of Seagull #8BBCC8
RGB
CMYK
RGB Variations
Color information
#8BBCC8 (or 0x8BBCC8) is known color: Seagull. HEX triplet: 8B, BC and C8. RGB value is (139,188,200). Sum of RGB (Red+Green+Blue) = 139+188+200=527 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.38% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 200 - color contains mainly: blue. Hex color #8BBCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBCC8 is #744337. Grayscale: #AEAEAE. Windows color (decimal): -7619384 or 13155467. OLE color: 13155467.
HSL color Cylindrical-coordinate representation of color #8BBCC8: hue angle of 191.8º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BBCC8 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 188 | 200 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.22 |
| HSL | 191.8º | 0.36% | 0.66% | - |
| HSV(B) | 191.8º | 0.31% | 0.78% | - |
| XYZ | 39.06 | 45.63 | 61.39 | - |
| YUV | 174.72 | 142.27 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 200 | 0.30 | 0.06 | 0 | 0.22 | 191.8 | 0.36 | 0.66 |
| Hex | 8B | BC | C8 | 1E | 6 | 0 | 16 | C0 | 24 | 42 |
| Octal | 213 | 274 | 310 | 36 | 6 | 0 | 26 | 300 | 44 | 102 |
| Binary | 10001011 | 10111100 | 11001000 | 11110 | 110 | 0 | 10110 | 11000000 | 100100 | 1000010 |
Color Harmonies of #8BBCC8
Complementary color
Monochromatic Colors of #8BBCC8
Black with #8BBCC8
Text Example
Text Example
White with #8BBCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCC8; }
p { color: rgb(139,188,200); }
H1.HeaderClassName
{
color: #8BBCC8;
}
.AnyTagClassName
{
color: #8BBCC8;
}
</style>
background-color css
<style>
a { background-color: #8BBCC8; }
a { background-color: rgb(139,188,200); }
div.DivClassName
{
background-color: #8BBCC8;
}
.BgClassName
{
background-color: #8BBCC8;
}
</style>
border-color css
<style>
span { border-color: #8BBCC8; }
span { border-color: rgb(139,188,200); }
td.TdClassName
{
border-color: #8BBCC8;
}
.TagClassName
{
border-color: #8BBCC8;
}
</style>