Shades of Seagull #84B9D8
Tints of Seagull #84B9D8
RGB
CMYK
RGB Variations
Color information
#84B9D8 (or 0x84B9D8) is known color: Seagull. HEX triplet: 84, B9 and D8. RGB value is (132,185,216). Sum of RGB (Red+Green+Blue) = 132+185+216=533 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.77% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #84B9D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B9D8 is #7B4627. Grayscale: #ACACAC. Windows color (decimal): -8078888 or 14203268. OLE color: 14203268.
HSL color Cylindrical-coordinate representation of color #84B9D8: hue angle of 202.14º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84B9D8 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 185 | 216 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.15 |
| HSL | 202.14º | 0.52% | 0.68% | - |
| HSV(B) | 202.14º | 0.39% | 0.85% | - |
| XYZ | 39.26 | 44.56 | 71.5 | - |
| YUV | 172.69 | 152.44 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 185 | 216 | 0.39 | 0.14 | 0 | 0.15 | 202.14 | 0.52 | 0.68 |
| Hex | 84 | B9 | D8 | 27 | E | 0 | F | CA | 34 | 44 |
| Octal | 204 | 271 | 330 | 47 | 16 | 0 | 17 | 312 | 64 | 104 |
| Binary | 10000100 | 10111001 | 11011000 | 100111 | 1110 | 0 | 1111 | 11001010 | 110100 | 1000100 |
Color Harmonies of #84B9D8
Complementary color
Monochromatic Colors of #84B9D8
Black with #84B9D8
Text Example
Text Example
White with #84B9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B9D8; }
p { color: rgb(132,185,216); }
H1.HeaderClassName
{
color: #84B9D8;
}
.AnyTagClassName
{
color: #84B9D8;
}
</style>
background-color css
<style>
a { background-color: #84B9D8; }
a { background-color: rgb(132,185,216); }
div.DivClassName
{
background-color: #84B9D8;
}
.BgClassName
{
background-color: #84B9D8;
}
</style>
border-color css
<style>
span { border-color: #84B9D8; }
span { border-color: rgb(132,185,216); }
td.TdClassName
{
border-color: #84B9D8;
}
.TagClassName
{
border-color: #84B9D8;
}
</style>