Shades of Seagull #84BCCE
Tints of Seagull #84BCCE
RGB
CMYK
RGB Variations
Color information
#84BCCE (or 0x84BCCE) is known color: Seagull. HEX triplet: 84, BC and CE. RGB value is (132,188,206). Sum of RGB (Red+Green+Blue) = 132+188+206=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #84BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCCE is #7B4331. Grayscale: #ADADAD. Windows color (decimal): -8078130 or 13548676. OLE color: 13548676.
HSL color Cylindrical-coordinate representation of color #84BCCE: hue angle of 194.59º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84BCCE is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 188 | 206 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.19 |
| HSL | 194.59º | 0.43% | 0.66% | - |
| HSV(B) | 194.59º | 0.36% | 0.81% | - |
| XYZ | 38.64 | 45.33 | 65.11 | - |
| YUV | 173.31 | 146.45 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 206 | 0.36 | 0.09 | 0 | 0.19 | 194.59 | 0.43 | 0.66 |
| Hex | 84 | BC | CE | 24 | 9 | 0 | 13 | C3 | 2B | 42 |
| Octal | 204 | 274 | 316 | 44 | 11 | 0 | 23 | 303 | 53 | 102 |
| Binary | 10000100 | 10111100 | 11001110 | 100100 | 1001 | 0 | 10011 | 11000011 | 101011 | 1000010 |
Color Harmonies of #84BCCE
Complementary color
Monochromatic Colors of #84BCCE
Black with #84BCCE
Text Example
Text Example
White with #84BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCCE; }
p { color: rgb(132,188,206); }
H1.HeaderClassName
{
color: #84BCCE;
}
.AnyTagClassName
{
color: #84BCCE;
}
</style>
background-color css
<style>
a { background-color: #84BCCE; }
a { background-color: rgb(132,188,206); }
div.DivClassName
{
background-color: #84BCCE;
}
.BgClassName
{
background-color: #84BCCE;
}
</style>
border-color css
<style>
span { border-color: #84BCCE; }
span { border-color: rgb(132,188,206); }
td.TdClassName
{
border-color: #84BCCE;
}
.TagClassName
{
border-color: #84BCCE;
}
</style>