Shades of Seagull #84BCCD
Tints of Seagull #84BCCD
RGB
CMYK
RGB Variations
Color information
#84BCCD (or 0x84BCCD) is known color: Seagull. HEX triplet: 84, BC and CD. RGB value is (132,188,205). Sum of RGB (Red+Green+Blue) = 132+188+205=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #84BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCCD is #7B4332. Grayscale: #ADADAD. Windows color (decimal): -8078131 or 13483140. OLE color: 13483140.
HSL color Cylindrical-coordinate representation of color #84BCCD: hue angle of 193.97º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84BCCD is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 188 | 205 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.20 |
| HSL | 193.97º | 0.42% | 0.66% | - |
| HSV(B) | 193.97º | 0.36% | 0.8% | - |
| XYZ | 38.52 | 45.28 | 64.47 | - |
| YUV | 173.19 | 145.95 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 205 | 0.36 | 0.08 | 0 | 0.20 | 193.97 | 0.42 | 0.66 |
| Hex | 84 | BC | CD | 24 | 8 | 0 | 14 | C2 | 2A | 42 |
| Octal | 204 | 274 | 315 | 44 | 10 | 0 | 24 | 302 | 52 | 102 |
| Binary | 10000100 | 10111100 | 11001101 | 100100 | 1000 | 0 | 10100 | 11000010 | 101010 | 1000010 |
Color Harmonies of #84BCCD
Complementary color
Monochromatic Colors of #84BCCD
Black with #84BCCD
Text Example
Text Example
White with #84BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCCD; }
p { color: rgb(132,188,205); }
H1.HeaderClassName
{
color: #84BCCD;
}
.AnyTagClassName
{
color: #84BCCD;
}
</style>
background-color css
<style>
a { background-color: #84BCCD; }
a { background-color: rgb(132,188,205); }
div.DivClassName
{
background-color: #84BCCD;
}
.BgClassName
{
background-color: #84BCCD;
}
</style>
border-color css
<style>
span { border-color: #84BCCD; }
span { border-color: rgb(132,188,205); }
td.TdClassName
{
border-color: #84BCCD;
}
.TagClassName
{
border-color: #84BCCD;
}
</style>