Shades of Seagull #8BB6C8
Tints of Seagull #8BB6C8
RGB
CMYK
RGB Variations
Color information
#8BB6C8 (or 0x8BB6C8) is known color: Seagull. HEX triplet: 8B, B6 and C8. RGB value is (139,182,200). Sum of RGB (Red+Green+Blue) = 139+182+200=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 200 - color contains mainly: blue. Hex color #8BB6C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB6C8 is #744937. Grayscale: #ABABAB. Windows color (decimal): -7620920 or 13153931. OLE color: 13153931.
HSL color Cylindrical-coordinate representation of color #8BB6C8: hue angle of 197.7º 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 #8BB6C8 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 182 | 200 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.22 |
| HSL | 197.7º | 0.36% | 0.66% | - |
| HSV(B) | 197.7º | 0.31% | 0.78% | - |
| XYZ | 37.8 | 43.12 | 60.97 | - |
| YUV | 171.2 | 144.25 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 182 | 200 | 0.30 | 0.09 | 0 | 0.22 | 197.7 | 0.36 | 0.66 |
| Hex | 8B | B6 | C8 | 1E | 9 | 0 | 16 | C6 | 24 | 42 |
| Octal | 213 | 266 | 310 | 36 | 11 | 0 | 26 | 306 | 44 | 102 |
| Binary | 10001011 | 10110110 | 11001000 | 11110 | 1001 | 0 | 10110 | 11000110 | 100100 | 1000010 |
Color Harmonies of #8BB6C8
Complementary color
Monochromatic Colors of #8BB6C8
Black with #8BB6C8
Text Example
Text Example
White with #8BB6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB6C8; }
p { color: rgb(139,182,200); }
H1.HeaderClassName
{
color: #8BB6C8;
}
.AnyTagClassName
{
color: #8BB6C8;
}
</style>
background-color css
<style>
a { background-color: #8BB6C8; }
a { background-color: rgb(139,182,200); }
div.DivClassName
{
background-color: #8BB6C8;
}
.BgClassName
{
background-color: #8BB6C8;
}
</style>
border-color css
<style>
span { border-color: #8BB6C8; }
span { border-color: rgb(139,182,200); }
td.TdClassName
{
border-color: #8BB6C8;
}
.TagClassName
{
border-color: #8BB6C8;
}
</style>