Shades of Seagull #84C1D1
Tints of Seagull #84C1D1
RGB
CMYK
RGB Variations
Color information
#84C1D1 (or 0x84C1D1) is known color: Seagull. HEX triplet: 84, C1 and D1. RGB value is (132,193,209). Sum of RGB (Red+Green+Blue) = 132+193+209=534 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.72% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 209 - color contains mainly: blue. Hex color #84C1D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C1D1 is #7B3E2E. Grayscale: #B0B0B0. Windows color (decimal): -8076847 or 13746564. OLE color: 13746564.
HSL color Cylindrical-coordinate representation of color #84C1D1: hue angle of 192.47º degrees, saturation: 0.46, 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 #84C1D1 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 193 | 209 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.18 |
| HSL | 192.47º | 0.46% | 0.67% | - |
| HSV(B) | 192.47º | 0.37% | 0.82% | - |
| XYZ | 40.09 | 47.65 | 67.41 | - |
| YUV | 176.59 | 146.29 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 209 | 0.37 | 0.08 | 0 | 0.18 | 192.47 | 0.46 | 0.67 |
| Hex | 84 | C1 | D1 | 25 | 8 | 0 | 12 | C0 | 2E | 43 |
| Octal | 204 | 301 | 321 | 45 | 10 | 0 | 22 | 300 | 56 | 103 |
| Binary | 10000100 | 11000001 | 11010001 | 100101 | 1000 | 0 | 10010 | 11000000 | 101110 | 1000011 |
Color Harmonies of #84C1D1
Complementary color
Monochromatic Colors of #84C1D1
Black with #84C1D1
Text Example
Text Example
White with #84C1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C1D1; }
p { color: rgb(132,193,209); }
H1.HeaderClassName
{
color: #84C1D1;
}
.AnyTagClassName
{
color: #84C1D1;
}
</style>
background-color css
<style>
a { background-color: #84C1D1; }
a { background-color: rgb(132,193,209); }
div.DivClassName
{
background-color: #84C1D1;
}
.BgClassName
{
background-color: #84C1D1;
}
</style>
border-color css
<style>
span { border-color: #84C1D1; }
span { border-color: rgb(132,193,209); }
td.TdClassName
{
border-color: #84C1D1;
}
.TagClassName
{
border-color: #84C1D1;
}
</style>