Shades of Seagull #84BCD0
Tints of Seagull #84BCD0
RGB
CMYK
RGB Variations
Color information
#84BCD0 (or 0x84BCD0) is known color: Seagull. HEX triplet: 84, BC and D0. RGB value is (132,188,208). Sum of RGB (Red+Green+Blue) = 132+188+208=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #84BCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCD0 is #7B432F. Grayscale: #ADADAD. Windows color (decimal): -8078128 or 13679748. OLE color: 13679748.
HSL color Cylindrical-coordinate representation of color #84BCD0: hue angle of 195.79º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84BCD0 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 188 | 208 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.18 |
| HSL | 195.79º | 0.45% | 0.67% | - |
| HSV(B) | 195.79º | 0.37% | 0.82% | - |
| XYZ | 38.88 | 45.43 | 66.39 | - |
| YUV | 173.54 | 147.45 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 208 | 0.37 | 0.10 | 0 | 0.18 | 195.79 | 0.45 | 0.67 |
| Hex | 84 | BC | D0 | 25 | A | 0 | 12 | C4 | 2D | 43 |
| Octal | 204 | 274 | 320 | 45 | 12 | 0 | 22 | 304 | 55 | 103 |
| Binary | 10000100 | 10111100 | 11010000 | 100101 | 1010 | 0 | 10010 | 11000100 | 101101 | 1000011 |
Color Harmonies of #84BCD0
Complementary color
Monochromatic Colors of #84BCD0
Black with #84BCD0
Text Example
Text Example
White with #84BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCD0; }
p { color: rgb(132,188,208); }
H1.HeaderClassName
{
color: #84BCD0;
}
.AnyTagClassName
{
color: #84BCD0;
}
</style>
background-color css
<style>
a { background-color: #84BCD0; }
a { background-color: rgb(132,188,208); }
div.DivClassName
{
background-color: #84BCD0;
}
.BgClassName
{
background-color: #84BCD0;
}
</style>
border-color css
<style>
span { border-color: #84BCD0; }
span { border-color: rgb(132,188,208); }
td.TdClassName
{
border-color: #84BCD0;
}
.TagClassName
{
border-color: #84BCD0;
}
</style>