Shades of Seagull #84C0D8
Tints of Seagull #84C0D8
RGB
CMYK
RGB Variations
Color information
#84C0D8 (or 0x84C0D8) is known color: Seagull. HEX triplet: 84, C0 and D8. RGB value is (132,192,216). Sum of RGB (Red+Green+Blue) = 132+192+216=540 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.44% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 216 - color contains mainly: blue. Hex color #84C0D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C0D8 is #7B3F27. Grayscale: #B0B0B0. Windows color (decimal): -8077096 or 14205060. OLE color: 14205060.
HSL color Cylindrical-coordinate representation of color #84C0D8: hue angle of 197.14º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84C0D8 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 192 | 216 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.15 |
| HSL | 197.14º | 0.52% | 0.68% | - |
| HSV(B) | 197.14º | 0.39% | 0.85% | - |
| XYZ | 40.76 | 47.56 | 72 | - |
| YUV | 176.8 | 150.12 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 216 | 0.39 | 0.11 | 0 | 0.15 | 197.14 | 0.52 | 0.68 |
| Hex | 84 | C0 | D8 | 27 | B | 0 | F | C5 | 34 | 44 |
| Octal | 204 | 300 | 330 | 47 | 13 | 0 | 17 | 305 | 64 | 104 |
| Binary | 10000100 | 11000000 | 11011000 | 100111 | 1011 | 0 | 1111 | 11000101 | 110100 | 1000100 |
Color Harmonies of #84C0D8
Complementary color
Monochromatic Colors of #84C0D8
Black with #84C0D8
Text Example
Text Example
White with #84C0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C0D8; }
p { color: rgb(132,192,216); }
H1.HeaderClassName
{
color: #84C0D8;
}
.AnyTagClassName
{
color: #84C0D8;
}
</style>
background-color css
<style>
a { background-color: #84C0D8; }
a { background-color: rgb(132,192,216); }
div.DivClassName
{
background-color: #84C0D8;
}
.BgClassName
{
background-color: #84C0D8;
}
</style>
border-color css
<style>
span { border-color: #84C0D8; }
span { border-color: rgb(132,192,216); }
td.TdClassName
{
border-color: #84C0D8;
}
.TagClassName
{
border-color: #84C0D8;
}
</style>