Shades of Seagull #84BBDF
Tints of Seagull #84BBDF
RGB
CMYK
RGB Variations
Color information
#84BBDF (or 0x84BBDF) is known color: Seagull. HEX triplet: 84, BB and DF. RGB value is (132,187,223). Sum of RGB (Red+Green+Blue) = 132+187+223=542 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.35% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #84BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBDF is #7B4420. Grayscale: #AEAEAE. Windows color (decimal): -8078369 or 14662532. OLE color: 14662532.
HSL color Cylindrical-coordinate representation of color #84BBDF: hue angle of 203.74º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84BBDF is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 187 | 223 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.13 |
| HSL | 203.74º | 0.59% | 0.7% | - |
| HSV(B) | 203.74º | 0.41% | 0.87% | - |
| XYZ | 40.61 | 45.77 | 76.51 | - |
| YUV | 174.66 | 155.28 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 223 | 0.41 | 0.16 | 0 | 0.13 | 203.74 | 0.59 | 0.7 |
| Hex | 84 | BB | DF | 29 | 10 | 0 | D | CC | 3B | 46 |
| Octal | 204 | 273 | 337 | 51 | 20 | 0 | 15 | 314 | 73 | 106 |
| Binary | 10000100 | 10111011 | 11011111 | 101001 | 10000 | 0 | 1101 | 11001100 | 111011 | 1000110 |
Color Harmonies of #84BBDF
Complementary color
Monochromatic Colors of #84BBDF
Black with #84BBDF
Text Example
Text Example
White with #84BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBDF; }
p { color: rgb(132,187,223); }
H1.HeaderClassName
{
color: #84BBDF;
}
.AnyTagClassName
{
color: #84BBDF;
}
</style>
background-color css
<style>
a { background-color: #84BBDF; }
a { background-color: rgb(132,187,223); }
div.DivClassName
{
background-color: #84BBDF;
}
.BgClassName
{
background-color: #84BBDF;
}
</style>
border-color css
<style>
span { border-color: #84BBDF; }
span { border-color: rgb(132,187,223); }
td.TdClassName
{
border-color: #84BBDF;
}
.TagClassName
{
border-color: #84BBDF;
}
</style>