Shades of Seagull #8BBECF
Tints of Seagull #8BBECF
RGB
CMYK
RGB Variations
Color information
#8BBECF (or 0x8BBECF) is known color: Seagull. HEX triplet: 8B, BE and CF. RGB value is (139,190,207). Sum of RGB (Red+Green+Blue) = 139+190+207=536 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.93% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #8BBECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBECF is #744130. Grayscale: #B0B0B0. Windows color (decimal): -7618865 or 13614731. OLE color: 13614731.
HSL color Cylindrical-coordinate representation of color #8BBECF: hue angle of 195º 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 #8BBECF is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 190 | 207 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.19 |
| HSL | 195º | 0.41% | 0.68% | - |
| HSV(B) | 195º | 0.33% | 0.81% | - |
| XYZ | 40.32 | 46.82 | 65.94 | - |
| YUV | 176.69 | 145.1 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 207 | 0.33 | 0.08 | 0 | 0.19 | 195 | 0.41 | 0.68 |
| Hex | 8B | BE | CF | 21 | 8 | 0 | 13 | C3 | 29 | 44 |
| Octal | 213 | 276 | 317 | 41 | 10 | 0 | 23 | 303 | 51 | 104 |
| Binary | 10001011 | 10111110 | 11001111 | 100001 | 1000 | 0 | 10011 | 11000011 | 101001 | 1000100 |
Color Harmonies of #8BBECF
Complementary color
Monochromatic Colors of #8BBECF
Black with #8BBECF
Text Example
Text Example
White with #8BBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBECF; }
p { color: rgb(139,190,207); }
H1.HeaderClassName
{
color: #8BBECF;
}
.AnyTagClassName
{
color: #8BBECF;
}
</style>
background-color css
<style>
a { background-color: #8BBECF; }
a { background-color: rgb(139,190,207); }
div.DivClassName
{
background-color: #8BBECF;
}
.BgClassName
{
background-color: #8BBECF;
}
</style>
border-color css
<style>
span { border-color: #8BBECF; }
span { border-color: rgb(139,190,207); }
td.TdClassName
{
border-color: #8BBECF;
}
.TagClassName
{
border-color: #8BBECF;
}
</style>