Shades of Seagull #84BED5
Tints of Seagull #84BED5
RGB
CMYK
RGB Variations
Color information
#84BED5 (or 0x84BED5) is known color: Seagull. HEX triplet: 84, BE and D5. RGB value is (132,190,213). Sum of RGB (Red+Green+Blue) = 132+190+213=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #84BED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BED5 is #7B412A. Grayscale: #AFAFAF. Windows color (decimal): -8077611 or 14007940. OLE color: 14007940.
HSL color Cylindrical-coordinate representation of color #84BED5: hue angle of 197.04º 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 #84BED5 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 190 | 213 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.16 |
| HSL | 197.04º | 0.49% | 0.68% | - |
| HSV(B) | 197.04º | 0.38% | 0.84% | - |
| XYZ | 39.94 | 46.54 | 69.83 | - |
| YUV | 175.28 | 149.28 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 190 | 213 | 0.38 | 0.11 | 0 | 0.16 | 197.04 | 0.49 | 0.68 |
| Hex | 84 | BE | D5 | 26 | B | 0 | 10 | C5 | 31 | 44 |
| Octal | 204 | 276 | 325 | 46 | 13 | 0 | 20 | 305 | 61 | 104 |
| Binary | 10000100 | 10111110 | 11010101 | 100110 | 1011 | 0 | 10000 | 11000101 | 110001 | 1000100 |
Color Harmonies of #84BED5
Complementary color
Monochromatic Colors of #84BED5
Black with #84BED5
Text Example
Text Example
White with #84BED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BED5; }
p { color: rgb(132,190,213); }
H1.HeaderClassName
{
color: #84BED5;
}
.AnyTagClassName
{
color: #84BED5;
}
</style>
background-color css
<style>
a { background-color: #84BED5; }
a { background-color: rgb(132,190,213); }
div.DivClassName
{
background-color: #84BED5;
}
.BgClassName
{
background-color: #84BED5;
}
</style>
border-color css
<style>
span { border-color: #84BED5; }
span { border-color: rgb(132,190,213); }
td.TdClassName
{
border-color: #84BED5;
}
.TagClassName
{
border-color: #84BED5;
}
</style>