Shades of Seagull #84BBCD
Tints of Seagull #84BBCD
RGB
CMYK
RGB Variations
Color information
#84BBCD (or 0x84BBCD) is known color: Seagull. HEX triplet: 84, BB and CD. RGB value is (132,187,205). Sum of RGB (Red+Green+Blue) = 132+187+205=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #84BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBCD is #7B4432. Grayscale: #ACACAC. Windows color (decimal): -8078387 or 13482884. OLE color: 13482884.
HSL color Cylindrical-coordinate representation of color #84BBCD: hue angle of 194.79º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84BBCD is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 187 | 205 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.20 |
| HSL | 194.79º | 0.42% | 0.66% | - |
| HSV(B) | 194.79º | 0.36% | 0.8% | - |
| XYZ | 38.31 | 44.85 | 64.4 | - |
| YUV | 172.61 | 146.28 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 205 | 0.36 | 0.09 | 0 | 0.20 | 194.79 | 0.42 | 0.66 |
| Hex | 84 | BB | CD | 24 | 9 | 0 | 14 | C3 | 2A | 42 |
| Octal | 204 | 273 | 315 | 44 | 11 | 0 | 24 | 303 | 52 | 102 |
| Binary | 10000100 | 10111011 | 11001101 | 100100 | 1001 | 0 | 10100 | 11000011 | 101010 | 1000010 |
Color Harmonies of #84BBCD
Complementary color
Monochromatic Colors of #84BBCD
Black with #84BBCD
Text Example
Text Example
White with #84BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBCD; }
p { color: rgb(132,187,205); }
H1.HeaderClassName
{
color: #84BBCD;
}
.AnyTagClassName
{
color: #84BBCD;
}
</style>
background-color css
<style>
a { background-color: #84BBCD; }
a { background-color: rgb(132,187,205); }
div.DivClassName
{
background-color: #84BBCD;
}
.BgClassName
{
background-color: #84BBCD;
}
</style>
border-color css
<style>
span { border-color: #84BBCD; }
span { border-color: rgb(132,187,205); }
td.TdClassName
{
border-color: #84BBCD;
}
.TagClassName
{
border-color: #84BBCD;
}
</style>