Shades of Seagull #8BB8CE
Tints of Seagull #8BB8CE
RGB
CMYK
RGB Variations
Color information
#8BB8CE (or 0x8BB8CE) is known color: Seagull. HEX triplet: 8B, B8 and CE. RGB value is (139,184,206). Sum of RGB (Red+Green+Blue) = 139+184+206=529 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.28% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BB8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB8CE is #744731. Grayscale: #ACACAC. Windows color (decimal): -7620402 or 13547659. OLE color: 13547659.
HSL color Cylindrical-coordinate representation of color #8BB8CE: hue angle of 199.7º 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 #8BB8CE is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 184 | 206 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.19 |
| HSL | 199.7º | 0.41% | 0.68% | - |
| HSV(B) | 199.7º | 0.33% | 0.81% | - |
| XYZ | 38.93 | 44.23 | 64.88 | - |
| YUV | 173.05 | 146.59 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 184 | 206 | 0.33 | 0.11 | 0 | 0.19 | 199.7 | 0.41 | 0.68 |
| Hex | 8B | B8 | CE | 21 | B | 0 | 13 | C8 | 29 | 44 |
| Octal | 213 | 270 | 316 | 41 | 13 | 0 | 23 | 310 | 51 | 104 |
| Binary | 10001011 | 10111000 | 11001110 | 100001 | 1011 | 0 | 10011 | 11001000 | 101001 | 1000100 |
Color Harmonies of #8BB8CE
Complementary color
Monochromatic Colors of #8BB8CE
Black with #8BB8CE
Text Example
Text Example
White with #8BB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB8CE; }
p { color: rgb(139,184,206); }
H1.HeaderClassName
{
color: #8BB8CE;
}
.AnyTagClassName
{
color: #8BB8CE;
}
</style>
background-color css
<style>
a { background-color: #8BB8CE; }
a { background-color: rgb(139,184,206); }
div.DivClassName
{
background-color: #8BB8CE;
}
.BgClassName
{
background-color: #8BB8CE;
}
</style>
border-color css
<style>
span { border-color: #8BB8CE; }
span { border-color: rgb(139,184,206); }
td.TdClassName
{
border-color: #8BB8CE;
}
.TagClassName
{
border-color: #8BB8CE;
}
</style>