Shades of Seagull #84BBDA
Tints of Seagull #84BBDA
RGB
CMYK
RGB Variations
Color information
#84BBDA (or 0x84BBDA) is known color: Seagull. HEX triplet: 84, BB and DA. RGB value is (132,187,218). Sum of RGB (Red+Green+Blue) = 132+187+218=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #84BBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBDA is #7B4425. Grayscale: #ADADAD. Windows color (decimal): -8078374 or 14334852. OLE color: 14334852.
HSL color Cylindrical-coordinate representation of color #84BBDA: hue angle of 201.63º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84BBDA is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 187 | 218 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.15 |
| HSL | 201.63º | 0.54% | 0.69% | - |
| HSV(B) | 201.63º | 0.39% | 0.85% | - |
| XYZ | 39.94 | 45.51 | 73.01 | - |
| YUV | 174.09 | 152.78 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 218 | 0.39 | 0.14 | 0 | 0.15 | 201.63 | 0.54 | 0.69 |
| Hex | 84 | BB | DA | 27 | E | 0 | F | CA | 36 | 45 |
| Octal | 204 | 273 | 332 | 47 | 16 | 0 | 17 | 312 | 66 | 105 |
| Binary | 10000100 | 10111011 | 11011010 | 100111 | 1110 | 0 | 1111 | 11001010 | 110110 | 1000101 |
Color Harmonies of #84BBDA
Complementary color
Monochromatic Colors of #84BBDA
Black with #84BBDA
Text Example
Text Example
White with #84BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBDA; }
p { color: rgb(132,187,218); }
H1.HeaderClassName
{
color: #84BBDA;
}
.AnyTagClassName
{
color: #84BBDA;
}
</style>
background-color css
<style>
a { background-color: #84BBDA; }
a { background-color: rgb(132,187,218); }
div.DivClassName
{
background-color: #84BBDA;
}
.BgClassName
{
background-color: #84BBDA;
}
</style>
border-color css
<style>
span { border-color: #84BBDA; }
span { border-color: rgb(132,187,218); }
td.TdClassName
{
border-color: #84BBDA;
}
.TagClassName
{
border-color: #84BBDA;
}
</style>