Shades of Seagull #84BBC8
Tints of Seagull #84BBC8
RGB
CMYK
RGB Variations
Color information
#84BBC8 (or 0x84BBC8) is known color: Seagull. HEX triplet: 84, BB and C8. RGB value is (132,187,200). Sum of RGB (Red+Green+Blue) = 132+187+200=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 200 - color contains mainly: blue. Hex color #84BBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBC8 is #7B4437. Grayscale: #ABABAB. Windows color (decimal): -8078392 or 13155204. OLE color: 13155204.
HSL color Cylindrical-coordinate representation of color #84BBC8: hue angle of 191.47º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84BBC8 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 187 | 200 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.22 |
| HSL | 191.47º | 0.38% | 0.65% | - |
| HSV(B) | 191.47º | 0.34% | 0.78% | - |
| XYZ | 37.71 | 44.62 | 61.27 | - |
| YUV | 172.04 | 143.78 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 200 | 0.34 | 0.06 | 0 | 0.22 | 191.47 | 0.38 | 0.65 |
| Hex | 84 | BB | C8 | 22 | 6 | 0 | 16 | BF | 26 | 41 |
| Octal | 204 | 273 | 310 | 42 | 6 | 0 | 26 | 277 | 46 | 101 |
| Binary | 10000100 | 10111011 | 11001000 | 100010 | 110 | 0 | 10110 | 10111111 | 100110 | 1000001 |
Color Harmonies of #84BBC8
Complementary color
Monochromatic Colors of #84BBC8
Black with #84BBC8
Text Example
Text Example
White with #84BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBC8; }
p { color: rgb(132,187,200); }
H1.HeaderClassName
{
color: #84BBC8;
}
.AnyTagClassName
{
color: #84BBC8;
}
</style>
background-color css
<style>
a { background-color: #84BBC8; }
a { background-color: rgb(132,187,200); }
div.DivClassName
{
background-color: #84BBC8;
}
.BgClassName
{
background-color: #84BBC8;
}
</style>
border-color css
<style>
span { border-color: #84BBC8; }
span { border-color: rgb(132,187,200); }
td.TdClassName
{
border-color: #84BBC8;
}
.TagClassName
{
border-color: #84BBC8;
}
</style>