Shades of Seagull #8BBCCF
Tints of Seagull #8BBCCF
RGB
CMYK
RGB Variations
Color information
#8BBCCF (or 0x8BBCCF) is known color: Seagull. HEX triplet: 8B, BC and CF. RGB value is (139,188,207). Sum of RGB (Red+Green+Blue) = 139+188+207=534 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.03% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #8BBCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBCCF is #744330. Grayscale: #AFAFAF. Windows color (decimal): -7619377 or 13614219. OLE color: 13614219.
HSL color Cylindrical-coordinate representation of color #8BBCCF: hue angle of 196.76º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BBCCF is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 188 | 207 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.19 |
| HSL | 196.76º | 0.41% | 0.68% | - |
| HSV(B) | 196.76º | 0.33% | 0.81% | - |
| XYZ | 39.89 | 45.96 | 65.8 | - |
| YUV | 175.52 | 145.77 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 207 | 0.33 | 0.09 | 0 | 0.19 | 196.76 | 0.41 | 0.68 |
| Hex | 8B | BC | CF | 21 | 9 | 0 | 13 | C5 | 29 | 44 |
| Octal | 213 | 274 | 317 | 41 | 11 | 0 | 23 | 305 | 51 | 104 |
| Binary | 10001011 | 10111100 | 11001111 | 100001 | 1001 | 0 | 10011 | 11000101 | 101001 | 1000100 |
Color Harmonies of #8BBCCF
Complementary color
Monochromatic Colors of #8BBCCF
Black with #8BBCCF
Text Example
Text Example
White with #8BBCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCCF; }
p { color: rgb(139,188,207); }
H1.HeaderClassName
{
color: #8BBCCF;
}
.AnyTagClassName
{
color: #8BBCCF;
}
</style>
background-color css
<style>
a { background-color: #8BBCCF; }
a { background-color: rgb(139,188,207); }
div.DivClassName
{
background-color: #8BBCCF;
}
.BgClassName
{
background-color: #8BBCCF;
}
</style>
border-color css
<style>
span { border-color: #8BBCCF; }
span { border-color: rgb(139,188,207); }
td.TdClassName
{
border-color: #8BBCCF;
}
.TagClassName
{
border-color: #8BBCCF;
}
</style>