Shades of Seagull #84BBCB
Tints of Seagull #84BBCB
RGB
CMYK
RGB Variations
Color information
#84BBCB (or 0x84BBCB) is known color: Seagull. HEX triplet: 84, BB and CB. RGB value is (132,187,203). Sum of RGB (Red+Green+Blue) = 132+187+203=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #84BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBCB is #7B4434. Grayscale: #ACACAC. Windows color (decimal): -8078389 or 13351812. OLE color: 13351812.
HSL color Cylindrical-coordinate representation of color #84BBCB: hue angle of 193.52º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84BBCB is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 187 | 203 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.20 |
| HSL | 193.52º | 0.41% | 0.66% | - |
| HSV(B) | 193.52º | 0.35% | 0.8% | - |
| XYZ | 38.07 | 44.76 | 63.13 | - |
| YUV | 172.38 | 145.28 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 203 | 0.35 | 0.08 | 0 | 0.20 | 193.52 | 0.41 | 0.66 |
| Hex | 84 | BB | CB | 23 | 8 | 0 | 14 | C2 | 29 | 42 |
| Octal | 204 | 273 | 313 | 43 | 10 | 0 | 24 | 302 | 51 | 102 |
| Binary | 10000100 | 10111011 | 11001011 | 100011 | 1000 | 0 | 10100 | 11000010 | 101001 | 1000010 |
Color Harmonies of #84BBCB
Complementary color
Monochromatic Colors of #84BBCB
Black with #84BBCB
Text Example
Text Example
White with #84BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBCB; }
p { color: rgb(132,187,203); }
H1.HeaderClassName
{
color: #84BBCB;
}
.AnyTagClassName
{
color: #84BBCB;
}
</style>
background-color css
<style>
a { background-color: #84BBCB; }
a { background-color: rgb(132,187,203); }
div.DivClassName
{
background-color: #84BBCB;
}
.BgClassName
{
background-color: #84BBCB;
}
</style>
border-color css
<style>
span { border-color: #84BBCB; }
span { border-color: rgb(132,187,203); }
td.TdClassName
{
border-color: #84BBCB;
}
.TagClassName
{
border-color: #84BBCB;
}
</style>