Shades of Seagull #84BBDD
Tints of Seagull #84BBDD
RGB
CMYK
RGB Variations
Color information
#84BBDD (or 0x84BBDD) is known color: Seagull. HEX triplet: 84, BB and DD. RGB value is (132,187,221). Sum of RGB (Red+Green+Blue) = 132+187+221=540 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.44% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #84BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBDD is #7B4422. Grayscale: #AEAEAE. Windows color (decimal): -8078371 or 14531460. OLE color: 14531460.
HSL color Cylindrical-coordinate representation of color #84BBDD: hue angle of 202.92º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84BBDD is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 187 | 221 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.13 |
| HSL | 202.92º | 0.57% | 0.69% | - |
| HSV(B) | 202.92º | 0.4% | 0.87% | - |
| XYZ | 40.34 | 45.67 | 75.1 | - |
| YUV | 174.43 | 154.28 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 221 | 0.40 | 0.15 | 0 | 0.13 | 202.92 | 0.57 | 0.69 |
| Hex | 84 | BB | DD | 28 | F | 0 | D | CB | 39 | 45 |
| Octal | 204 | 273 | 335 | 50 | 17 | 0 | 15 | 313 | 71 | 105 |
| Binary | 10000100 | 10111011 | 11011101 | 101000 | 1111 | 0 | 1101 | 11001011 | 111001 | 1000101 |
Color Harmonies of #84BBDD
Complementary color
Monochromatic Colors of #84BBDD
Black with #84BBDD
Text Example
Text Example
White with #84BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBDD; }
p { color: rgb(132,187,221); }
H1.HeaderClassName
{
color: #84BBDD;
}
.AnyTagClassName
{
color: #84BBDD;
}
</style>
background-color css
<style>
a { background-color: #84BBDD; }
a { background-color: rgb(132,187,221); }
div.DivClassName
{
background-color: #84BBDD;
}
.BgClassName
{
background-color: #84BBDD;
}
</style>
border-color css
<style>
span { border-color: #84BBDD; }
span { border-color: rgb(132,187,221); }
td.TdClassName
{
border-color: #84BBDD;
}
.TagClassName
{
border-color: #84BBDD;
}
</style>