Shades of Seagull #8BBDCC
Tints of Seagull #8BBDCC
RGB
CMYK
RGB Variations
Color information
#8BBDCC (or 0x8BBDCC) is known color: Seagull. HEX triplet: 8B, BD and CC. RGB value is (139,189,204). Sum of RGB (Red+Green+Blue) = 139+189+204=532 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.13% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #8BBDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBDCC is #744233. Grayscale: #AFAFAF. Windows color (decimal): -7619124 or 13417867. OLE color: 13417867.
HSL color Cylindrical-coordinate representation of color #8BBDCC: hue angle of 193.85º 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 #8BBDCC is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 189 | 204 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.2 |
| HSL | 193.85º | 0.39% | 0.67% | - |
| HSV(B) | 193.85º | 0.32% | 0.8% | - |
| XYZ | 39.74 | 46.24 | 63.96 | - |
| YUV | 175.76 | 143.94 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 189 | 204 | 0.32 | 0.07 | 0 | 0.2 | 193.85 | 0.39 | 0.67 |
| Hex | 8B | BD | CC | 20 | 7 | 0 | 14 | C2 | 27 | 43 |
| Octal | 213 | 275 | 314 | 40 | 7 | 0 | 24 | 302 | 47 | 103 |
| Binary | 10001011 | 10111101 | 11001100 | 100000 | 111 | 0 | 10100 | 11000010 | 100111 | 1000011 |
Color Harmonies of #8BBDCC
Complementary color
Monochromatic Colors of #8BBDCC
Black with #8BBDCC
Text Example
Text Example
White with #8BBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBDCC; }
p { color: rgb(139,189,204); }
H1.HeaderClassName
{
color: #8BBDCC;
}
.AnyTagClassName
{
color: #8BBDCC;
}
</style>
background-color css
<style>
a { background-color: #8BBDCC; }
a { background-color: rgb(139,189,204); }
div.DivClassName
{
background-color: #8BBDCC;
}
.BgClassName
{
background-color: #8BBDCC;
}
</style>
border-color css
<style>
span { border-color: #8BBDCC; }
span { border-color: rgb(139,189,204); }
td.TdClassName
{
border-color: #8BBDCC;
}
.TagClassName
{
border-color: #8BBDCC;
}
</style>