Shades of Seagull #84BCD6
Tints of Seagull #84BCD6
RGB
CMYK
RGB Variations
Color information
#84BCD6 (or 0x84BCD6) is known color: Seagull. HEX triplet: 84, BC and D6. RGB value is (132,188,214). Sum of RGB (Red+Green+Blue) = 132+188+214=534 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.72% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 214 - color contains mainly: blue. Hex color #84BCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCD6 is #7B4329. Grayscale: #AEAEAE. Windows color (decimal): -8078122 or 14072964. OLE color: 14072964.
HSL color Cylindrical-coordinate representation of color #84BCD6: hue angle of 199.02º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84BCD6 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 188 | 214 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.16 |
| HSL | 199.02º | 0.5% | 0.68% | - |
| HSV(B) | 199.02º | 0.38% | 0.84% | - |
| XYZ | 39.64 | 45.73 | 70.36 | - |
| YUV | 174.22 | 150.45 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 214 | 0.38 | 0.12 | 0 | 0.16 | 199.02 | 0.5 | 0.68 |
| Hex | 84 | BC | D6 | 26 | C | 0 | 10 | C7 | 32 | 44 |
| Octal | 204 | 274 | 326 | 46 | 14 | 0 | 20 | 307 | 62 | 104 |
| Binary | 10000100 | 10111100 | 11010110 | 100110 | 1100 | 0 | 10000 | 11000111 | 110010 | 1000100 |
Color Harmonies of #84BCD6
Complementary color
Monochromatic Colors of #84BCD6
Black with #84BCD6
Text Example
Text Example
White with #84BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCD6; }
p { color: rgb(132,188,214); }
H1.HeaderClassName
{
color: #84BCD6;
}
.AnyTagClassName
{
color: #84BCD6;
}
</style>
background-color css
<style>
a { background-color: #84BCD6; }
a { background-color: rgb(132,188,214); }
div.DivClassName
{
background-color: #84BCD6;
}
.BgClassName
{
background-color: #84BCD6;
}
</style>
border-color css
<style>
span { border-color: #84BCD6; }
span { border-color: rgb(132,188,214); }
td.TdClassName
{
border-color: #84BCD6;
}
.TagClassName
{
border-color: #84BCD6;
}
</style>