Shades of Seagull #84BBD7
Tints of Seagull #84BBD7
RGB
CMYK
RGB Variations
Color information
#84BBD7 (or 0x84BBD7) is known color: Seagull. HEX triplet: 84, BB and D7. RGB value is (132,187,215). Sum of RGB (Red+Green+Blue) = 132+187+215=534 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.72% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #84BBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBD7 is #7B4428. Grayscale: #ADADAD. Windows color (decimal): -8078377 or 14138244. OLE color: 14138244.
HSL color Cylindrical-coordinate representation of color #84BBD7: hue angle of 200.24º 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 #84BBD7 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 187 | 215 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.16 |
| HSL | 200.24º | 0.51% | 0.68% | - |
| HSV(B) | 200.24º | 0.39% | 0.84% | - |
| XYZ | 39.55 | 45.35 | 70.96 | - |
| YUV | 173.75 | 151.28 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 215 | 0.39 | 0.13 | 0 | 0.16 | 200.24 | 0.51 | 0.68 |
| Hex | 84 | BB | D7 | 27 | D | 0 | 10 | C8 | 33 | 44 |
| Octal | 204 | 273 | 327 | 47 | 15 | 0 | 20 | 310 | 63 | 104 |
| Binary | 10000100 | 10111011 | 11010111 | 100111 | 1101 | 0 | 10000 | 11001000 | 110011 | 1000100 |
Color Harmonies of #84BBD7
Complementary color
Monochromatic Colors of #84BBD7
Black with #84BBD7
Text Example
Text Example
White with #84BBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBD7; }
p { color: rgb(132,187,215); }
H1.HeaderClassName
{
color: #84BBD7;
}
.AnyTagClassName
{
color: #84BBD7;
}
</style>
background-color css
<style>
a { background-color: #84BBD7; }
a { background-color: rgb(132,187,215); }
div.DivClassName
{
background-color: #84BBD7;
}
.BgClassName
{
background-color: #84BBD7;
}
</style>
border-color css
<style>
span { border-color: #84BBD7; }
span { border-color: rgb(132,187,215); }
td.TdClassName
{
border-color: #84BBD7;
}
.TagClassName
{
border-color: #84BBD7;
}
</style>