Shades of Seagull #84BDD7
Tints of Seagull #84BDD7
RGB
CMYK
RGB Variations
Color information
#84BDD7 (or 0x84BDD7) is known color: Seagull. HEX triplet: 84, BD and D7. RGB value is (132,189,215). Sum of RGB (Red+Green+Blue) = 132+189+215=536 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.63% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 215 (84.38% from 255 or 40.11% from 536); Max value from RGB is 215 - color contains mainly: blue. Hex color #84BDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BDD7 is #7B4228. Grayscale: #AEAEAE. Windows color (decimal): -8077865 or 14138756. OLE color: 14138756.
HSL color Cylindrical-coordinate representation of color #84BDD7: hue angle of 198.8º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84BDD7 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 189 | 215 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.16 |
| HSL | 198.8º | 0.51% | 0.68% | - |
| HSV(B) | 198.8º | 0.39% | 0.84% | - |
| XYZ | 39.98 | 46.21 | 71.1 | - |
| YUV | 174.92 | 150.62 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 215 | 0.39 | 0.12 | 0 | 0.16 | 198.8 | 0.51 | 0.68 |
| Hex | 84 | BD | D7 | 27 | C | 0 | 10 | C7 | 33 | 44 |
| Octal | 204 | 275 | 327 | 47 | 14 | 0 | 20 | 307 | 63 | 104 |
| Binary | 10000100 | 10111101 | 11010111 | 100111 | 1100 | 0 | 10000 | 11000111 | 110011 | 1000100 |
Color Harmonies of #84BDD7
Complementary color
Monochromatic Colors of #84BDD7
Black with #84BDD7
Text Example
Text Example
White with #84BDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BDD7; }
p { color: rgb(132,189,215); }
H1.HeaderClassName
{
color: #84BDD7;
}
.AnyTagClassName
{
color: #84BDD7;
}
</style>
background-color css
<style>
a { background-color: #84BDD7; }
a { background-color: rgb(132,189,215); }
div.DivClassName
{
background-color: #84BDD7;
}
.BgClassName
{
background-color: #84BDD7;
}
</style>
border-color css
<style>
span { border-color: #84BDD7; }
span { border-color: rgb(132,189,215); }
td.TdClassName
{
border-color: #84BDD7;
}
.TagClassName
{
border-color: #84BDD7;
}
</style>