Shades of Seagull #84C0D5
Tints of Seagull #84C0D5
RGB
CMYK
RGB Variations
Color information
#84C0D5 (or 0x84C0D5) is known color: Seagull. HEX triplet: 84, C0 and D5. RGB value is (132,192,213). Sum of RGB (Red+Green+Blue) = 132+192+213=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #84C0D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C0D5 is #7B3F2A. Grayscale: #B0B0B0. Windows color (decimal): -8077099 or 14008452. OLE color: 14008452.
HSL color Cylindrical-coordinate representation of color #84C0D5: hue angle of 195.56º degrees, saturation: 0.49, 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 #84C0D5 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 192 | 213 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.16 |
| HSL | 195.56º | 0.49% | 0.68% | - |
| HSV(B) | 195.56º | 0.38% | 0.84% | - |
| XYZ | 40.38 | 47.41 | 69.97 | - |
| YUV | 176.45 | 148.62 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 213 | 0.38 | 0.10 | 0 | 0.16 | 195.56 | 0.49 | 0.68 |
| Hex | 84 | C0 | D5 | 26 | A | 0 | 10 | C4 | 31 | 44 |
| Octal | 204 | 300 | 325 | 46 | 12 | 0 | 20 | 304 | 61 | 104 |
| Binary | 10000100 | 11000000 | 11010101 | 100110 | 1010 | 0 | 10000 | 11000100 | 110001 | 1000100 |
Color Harmonies of #84C0D5
Complementary color
Monochromatic Colors of #84C0D5
Black with #84C0D5
Text Example
Text Example
White with #84C0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C0D5; }
p { color: rgb(132,192,213); }
H1.HeaderClassName
{
color: #84C0D5;
}
.AnyTagClassName
{
color: #84C0D5;
}
</style>
background-color css
<style>
a { background-color: #84C0D5; }
a { background-color: rgb(132,192,213); }
div.DivClassName
{
background-color: #84C0D5;
}
.BgClassName
{
background-color: #84C0D5;
}
</style>
border-color css
<style>
span { border-color: #84C0D5; }
span { border-color: rgb(132,192,213); }
td.TdClassName
{
border-color: #84C0D5;
}
.TagClassName
{
border-color: #84C0D5;
}
</style>