Shades of Seagull #8BBFCC
Tints of Seagull #8BBFCC
RGB
CMYK
RGB Variations
Color information
#8BBFCC (or 0x8BBFCC) is known color: Seagull. HEX triplet: 8B, BF and CC. RGB value is (139,191,204). Sum of RGB (Red+Green+Blue) = 139+191+204=534 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.03% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #8BBFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBFCC is #744033. Grayscale: #B0B0B0. Windows color (decimal): -7618612 or 13418379. OLE color: 13418379.
HSL color Cylindrical-coordinate representation of color #8BBFCC: hue angle of 192º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BBFCC is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 191 | 204 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.2 |
| HSL | 192º | 0.39% | 0.67% | - |
| HSV(B) | 192º | 0.32% | 0.8% | - |
| XYZ | 40.18 | 47.11 | 64.1 | - |
| YUV | 176.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 191 | 204 | 0.32 | 0.06 | 0 | 0.2 | 192 | 0.39 | 0.67 |
| Hex | 8B | BF | CC | 20 | 6 | 0 | 14 | C0 | 27 | 43 |
| Octal | 213 | 277 | 314 | 40 | 6 | 0 | 24 | 300 | 47 | 103 |
| Binary | 10001011 | 10111111 | 11001100 | 100000 | 110 | 0 | 10100 | 11000000 | 100111 | 1000011 |
Color Harmonies of #8BBFCC
Complementary color
Monochromatic Colors of #8BBFCC
Black with #8BBFCC
Text Example
Text Example
White with #8BBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBFCC; }
p { color: rgb(139,191,204); }
H1.HeaderClassName
{
color: #8BBFCC;
}
.AnyTagClassName
{
color: #8BBFCC;
}
</style>
background-color css
<style>
a { background-color: #8BBFCC; }
a { background-color: rgb(139,191,204); }
div.DivClassName
{
background-color: #8BBFCC;
}
.BgClassName
{
background-color: #8BBFCC;
}
</style>
border-color css
<style>
span { border-color: #8BBFCC; }
span { border-color: rgb(139,191,204); }
td.TdClassName
{
border-color: #8BBFCC;
}
.TagClassName
{
border-color: #8BBFCC;
}
</style>