Shades of Seagull #8BBFCE
Tints of Seagull #8BBFCE
RGB
CMYK
RGB Variations
Color information
#8BBFCE (or 0x8BBFCE) is known color: Seagull. HEX triplet: 8B, BF and CE. RGB value is (139,191,206). Sum of RGB (Red+Green+Blue) = 139+191+206=536 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.93% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BBFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBFCE is #744031. Grayscale: #B1B1B1. Windows color (decimal): -7618610 or 13549451. OLE color: 13549451.
HSL color Cylindrical-coordinate representation of color #8BBFCE: hue angle of 193.43º 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 #8BBFCE is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 191 | 206 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.19 |
| HSL | 193.43º | 0.41% | 0.68% | - |
| HSV(B) | 193.43º | 0.33% | 0.81% | - |
| XYZ | 40.42 | 47.21 | 65.37 | - |
| YUV | 177.16 | 144.27 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 191 | 206 | 0.33 | 0.07 | 0 | 0.19 | 193.43 | 0.41 | 0.68 |
| Hex | 8B | BF | CE | 21 | 7 | 0 | 13 | C1 | 29 | 44 |
| Octal | 213 | 277 | 316 | 41 | 7 | 0 | 23 | 301 | 51 | 104 |
| Binary | 10001011 | 10111111 | 11001110 | 100001 | 111 | 0 | 10011 | 11000001 | 101001 | 1000100 |
Color Harmonies of #8BBFCE
Complementary color
Monochromatic Colors of #8BBFCE
Black with #8BBFCE
Text Example
Text Example
White with #8BBFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBFCE; }
p { color: rgb(139,191,206); }
H1.HeaderClassName
{
color: #8BBFCE;
}
.AnyTagClassName
{
color: #8BBFCE;
}
</style>
background-color css
<style>
a { background-color: #8BBFCE; }
a { background-color: rgb(139,191,206); }
div.DivClassName
{
background-color: #8BBFCE;
}
.BgClassName
{
background-color: #8BBFCE;
}
</style>
border-color css
<style>
span { border-color: #8BBFCE; }
span { border-color: rgb(139,191,206); }
td.TdClassName
{
border-color: #8BBFCE;
}
.TagClassName
{
border-color: #8BBFCE;
}
</style>