Shades of Seagull #84BFDC
Tints of Seagull #84BFDC
RGB
CMYK
RGB Variations
Color information
#84BFDC (or 0x84BFDC) is known color: Seagull. HEX triplet: 84, BF and DC. RGB value is (132,191,220). Sum of RGB (Red+Green+Blue) = 132+191+220=543 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.31% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #84BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BFDC is #7B4023. Grayscale: #B0B0B0. Windows color (decimal): -8077348 or 14466948. OLE color: 14466948.
HSL color Cylindrical-coordinate representation of color #84BFDC: hue angle of 199.77º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84BFDC is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 191 | 220 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.14 |
| HSL | 199.77º | 0.56% | 0.69% | - |
| HSV(B) | 199.77º | 0.4% | 0.86% | - |
| XYZ | 41.06 | 47.33 | 74.68 | - |
| YUV | 176.67 | 152.45 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 220 | 0.40 | 0.13 | 0 | 0.14 | 199.77 | 0.56 | 0.69 |
| Hex | 84 | BF | DC | 28 | D | 0 | E | C8 | 38 | 45 |
| Octal | 204 | 277 | 334 | 50 | 15 | 0 | 16 | 310 | 70 | 105 |
| Binary | 10000100 | 10111111 | 11011100 | 101000 | 1101 | 0 | 1110 | 11001000 | 111000 | 1000101 |
Color Harmonies of #84BFDC
Complementary color
Monochromatic Colors of #84BFDC
Black with #84BFDC
Text Example
Text Example
White with #84BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFDC; }
p { color: rgb(132,191,220); }
H1.HeaderClassName
{
color: #84BFDC;
}
.AnyTagClassName
{
color: #84BFDC;
}
</style>
background-color css
<style>
a { background-color: #84BFDC; }
a { background-color: rgb(132,191,220); }
div.DivClassName
{
background-color: #84BFDC;
}
.BgClassName
{
background-color: #84BFDC;
}
</style>
border-color css
<style>
span { border-color: #84BFDC; }
span { border-color: rgb(132,191,220); }
td.TdClassName
{
border-color: #84BFDC;
}
.TagClassName
{
border-color: #84BFDC;
}
</style>