Shades of Seagull #84BFCF
Tints of Seagull #84BFCF
RGB
CMYK
RGB Variations
Color information
#84BFCF (or 0x84BFCF) is known color: Seagull. HEX triplet: 84, BF and CF. RGB value is (132,191,207). Sum of RGB (Red+Green+Blue) = 132+191+207=530 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.91% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #84BFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BFCF is #7B4030. Grayscale: #AFAFAF. Windows color (decimal): -8077361 or 13614980. OLE color: 13614980.
HSL color Cylindrical-coordinate representation of color #84BFCF: hue angle of 192.8º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84BFCF is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 191 | 207 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.19 |
| HSL | 192.8º | 0.44% | 0.66% | - |
| HSV(B) | 192.8º | 0.36% | 0.81% | - |
| XYZ | 39.41 | 46.67 | 65.96 | - |
| YUV | 175.18 | 145.95 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 207 | 0.36 | 0.08 | 0 | 0.19 | 192.8 | 0.44 | 0.66 |
| Hex | 84 | BF | CF | 24 | 8 | 0 | 13 | C1 | 2C | 42 |
| Octal | 204 | 277 | 317 | 44 | 10 | 0 | 23 | 301 | 54 | 102 |
| Binary | 10000100 | 10111111 | 11001111 | 100100 | 1000 | 0 | 10011 | 11000001 | 101100 | 1000010 |
Color Harmonies of #84BFCF
Complementary color
Monochromatic Colors of #84BFCF
Black with #84BFCF
Text Example
Text Example
White with #84BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFCF; }
p { color: rgb(132,191,207); }
H1.HeaderClassName
{
color: #84BFCF;
}
.AnyTagClassName
{
color: #84BFCF;
}
</style>
background-color css
<style>
a { background-color: #84BFCF; }
a { background-color: rgb(132,191,207); }
div.DivClassName
{
background-color: #84BFCF;
}
.BgClassName
{
background-color: #84BFCF;
}
</style>
border-color css
<style>
span { border-color: #84BFCF; }
span { border-color: rgb(132,191,207); }
td.TdClassName
{
border-color: #84BFCF;
}
.TagClassName
{
border-color: #84BFCF;
}
</style>