Shades of Seagull #84BDDC
Tints of Seagull #84BDDC
RGB
CMYK
RGB Variations
Color information
#84BDDC (or 0x84BDDC) is known color: Seagull. HEX triplet: 84, BD and DC. RGB value is (132,189,220). Sum of RGB (Red+Green+Blue) = 132+189+220=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #84BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BDDC is #7B4223. Grayscale: #AFAFAF. Windows color (decimal): -8077860 or 14466436. OLE color: 14466436.
HSL color Cylindrical-coordinate representation of color #84BDDC: hue angle of 201.14º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84BDDC is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 189 | 220 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.14 |
| HSL | 201.14º | 0.56% | 0.69% | - |
| HSV(B) | 201.14º | 0.4% | 0.86% | - |
| XYZ | 40.63 | 46.47 | 74.54 | - |
| YUV | 175.49 | 153.12 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 220 | 0.40 | 0.14 | 0 | 0.14 | 201.14 | 0.56 | 0.69 |
| Hex | 84 | BD | DC | 28 | E | 0 | E | C9 | 38 | 45 |
| Octal | 204 | 275 | 334 | 50 | 16 | 0 | 16 | 311 | 70 | 105 |
| Binary | 10000100 | 10111101 | 11011100 | 101000 | 1110 | 0 | 1110 | 11001001 | 111000 | 1000101 |
Color Harmonies of #84BDDC
Complementary color
Monochromatic Colors of #84BDDC
Black with #84BDDC
Text Example
Text Example
White with #84BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BDDC; }
p { color: rgb(132,189,220); }
H1.HeaderClassName
{
color: #84BDDC;
}
.AnyTagClassName
{
color: #84BDDC;
}
</style>
background-color css
<style>
a { background-color: #84BDDC; }
a { background-color: rgb(132,189,220); }
div.DivClassName
{
background-color: #84BDDC;
}
.BgClassName
{
background-color: #84BDDC;
}
</style>
border-color css
<style>
span { border-color: #84BDDC; }
span { border-color: rgb(132,189,220); }
td.TdClassName
{
border-color: #84BDDC;
}
.TagClassName
{
border-color: #84BDDC;
}
</style>