Shades of Seagull #8BB8CD
Tints of Seagull #8BB8CD
RGB
CMYK
RGB Variations
Color information
#8BB8CD (or 0x8BB8CD) is known color: Seagull. HEX triplet: 8B, B8 and CD. RGB value is (139,184,205). Sum of RGB (Red+Green+Blue) = 139+184+205=528 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.33% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BB8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB8CD is #744732. Grayscale: #ACACAC. Windows color (decimal): -7620403 or 13482123. OLE color: 13482123.
HSL color Cylindrical-coordinate representation of color #8BB8CD: hue angle of 199.09º degrees, saturation: 0.4, 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 #8BB8CD is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 184 | 205 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.20 |
| HSL | 199.09º | 0.4% | 0.67% | - |
| HSV(B) | 199.09º | 0.32% | 0.8% | - |
| XYZ | 38.81 | 44.18 | 64.24 | - |
| YUV | 172.94 | 146.09 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 184 | 205 | 0.32 | 0.10 | 0 | 0.20 | 199.09 | 0.4 | 0.67 |
| Hex | 8B | B8 | CD | 20 | A | 0 | 14 | C7 | 28 | 43 |
| Octal | 213 | 270 | 315 | 40 | 12 | 0 | 24 | 307 | 50 | 103 |
| Binary | 10001011 | 10111000 | 11001101 | 100000 | 1010 | 0 | 10100 | 11000111 | 101000 | 1000011 |
Color Harmonies of #8BB8CD
Complementary color
Monochromatic Colors of #8BB8CD
Black with #8BB8CD
Text Example
Text Example
White with #8BB8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB8CD; }
p { color: rgb(139,184,205); }
H1.HeaderClassName
{
color: #8BB8CD;
}
.AnyTagClassName
{
color: #8BB8CD;
}
</style>
background-color css
<style>
a { background-color: #8BB8CD; }
a { background-color: rgb(139,184,205); }
div.DivClassName
{
background-color: #8BB8CD;
}
.BgClassName
{
background-color: #8BB8CD;
}
</style>
border-color css
<style>
span { border-color: #8BB8CD; }
span { border-color: rgb(139,184,205); }
td.TdClassName
{
border-color: #8BB8CD;
}
.TagClassName
{
border-color: #8BB8CD;
}
</style>