Shades of Seagull #8BB8CC
Tints of Seagull #8BB8CC
RGB
CMYK
RGB Variations
Color information
#8BB8CC (or 0x8BB8CC) is known color: Seagull. HEX triplet: 8B, B8 and CC. RGB value is (139,184,204). Sum of RGB (Red+Green+Blue) = 139+184+204=527 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.38% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #8BB8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB8CC is #744733. Grayscale: #ACACAC. Windows color (decimal): -7620404 or 13416587. OLE color: 13416587.
HSL color Cylindrical-coordinate representation of color #8BB8CC: hue angle of 198.46º 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 #8BB8CC is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 184 | 204 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.2 |
| HSL | 198.46º | 0.39% | 0.67% | - |
| HSV(B) | 198.46º | 0.32% | 0.8% | - |
| XYZ | 38.69 | 44.13 | 63.61 | - |
| YUV | 172.83 | 145.59 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 184 | 204 | 0.32 | 0.10 | 0 | 0.2 | 198.46 | 0.39 | 0.67 |
| Hex | 8B | B8 | CC | 20 | A | 0 | 14 | C6 | 27 | 43 |
| Octal | 213 | 270 | 314 | 40 | 12 | 0 | 24 | 306 | 47 | 103 |
| Binary | 10001011 | 10111000 | 11001100 | 100000 | 1010 | 0 | 10100 | 11000110 | 100111 | 1000011 |
Color Harmonies of #8BB8CC
Complementary color
Monochromatic Colors of #8BB8CC
Black with #8BB8CC
Text Example
Text Example
White with #8BB8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB8CC; }
p { color: rgb(139,184,204); }
H1.HeaderClassName
{
color: #8BB8CC;
}
.AnyTagClassName
{
color: #8BB8CC;
}
</style>
background-color css
<style>
a { background-color: #8BB8CC; }
a { background-color: rgb(139,184,204); }
div.DivClassName
{
background-color: #8BB8CC;
}
.BgClassName
{
background-color: #8BB8CC;
}
</style>
border-color css
<style>
span { border-color: #8BB8CC; }
span { border-color: rgb(139,184,204); }
td.TdClassName
{
border-color: #8BB8CC;
}
.TagClassName
{
border-color: #8BB8CC;
}
</style>