Shades of Seagull #84B9D5
Tints of Seagull #84B9D5
RGB
CMYK
RGB Variations
Color information
#84B9D5 (or 0x84B9D5) is known color: Seagull. HEX triplet: 84, B9 and D5. RGB value is (132,185,213). Sum of RGB (Red+Green+Blue) = 132+185+213=530 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.91% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #84B9D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B9D5 is #7B462A. Grayscale: #ACACAC. Windows color (decimal): -8078891 or 14006660. OLE color: 14006660.
HSL color Cylindrical-coordinate representation of color #84B9D5: hue angle of 200.74º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84B9D5 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 185 | 213 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.16 |
| HSL | 200.74º | 0.49% | 0.68% | - |
| HSV(B) | 200.74º | 0.38% | 0.84% | - |
| XYZ | 38.87 | 44.41 | 69.47 | - |
| YUV | 172.35 | 150.94 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 185 | 213 | 0.38 | 0.13 | 0 | 0.16 | 200.74 | 0.49 | 0.68 |
| Hex | 84 | B9 | D5 | 26 | D | 0 | 10 | C9 | 31 | 44 |
| Octal | 204 | 271 | 325 | 46 | 15 | 0 | 20 | 311 | 61 | 104 |
| Binary | 10000100 | 10111001 | 11010101 | 100110 | 1101 | 0 | 10000 | 11001001 | 110001 | 1000100 |
Color Harmonies of #84B9D5
Complementary color
Monochromatic Colors of #84B9D5
Black with #84B9D5
Text Example
Text Example
White with #84B9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B9D5; }
p { color: rgb(132,185,213); }
H1.HeaderClassName
{
color: #84B9D5;
}
.AnyTagClassName
{
color: #84B9D5;
}
</style>
background-color css
<style>
a { background-color: #84B9D5; }
a { background-color: rgb(132,185,213); }
div.DivClassName
{
background-color: #84B9D5;
}
.BgClassName
{
background-color: #84B9D5;
}
</style>
border-color css
<style>
span { border-color: #84B9D5; }
span { border-color: rgb(132,185,213); }
td.TdClassName
{
border-color: #84B9D5;
}
.TagClassName
{
border-color: #84B9D5;
}
</style>