Shades of Seagull #84BDCC
Tints of Seagull #84BDCC
RGB
CMYK
RGB Variations
Color information
#84BDCC (or 0x84BDCC) is known color: Seagull. HEX triplet: 84, BD and CC. RGB value is (132,189,204). Sum of RGB (Red+Green+Blue) = 132+189+204=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #84BDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BDCC is #7B4233. Grayscale: #ADADAD. Windows color (decimal): -8077876 or 13417860. OLE color: 13417860.
HSL color Cylindrical-coordinate representation of color #84BDCC: hue angle of 192.5º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84BDCC is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 189 | 204 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.2 |
| HSL | 192.5º | 0.41% | 0.66% | - |
| HSV(B) | 192.5º | 0.35% | 0.8% | - |
| XYZ | 38.61 | 45.66 | 63.9 | - |
| YUV | 173.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 204 | 0.35 | 0.07 | 0 | 0.2 | 192.5 | 0.41 | 0.66 |
| Hex | 84 | BD | CC | 23 | 7 | 0 | 14 | C0 | 29 | 42 |
| Octal | 204 | 275 | 314 | 43 | 7 | 0 | 24 | 300 | 51 | 102 |
| Binary | 10000100 | 10111101 | 11001100 | 100011 | 111 | 0 | 10100 | 11000000 | 101001 | 1000010 |
Color Harmonies of #84BDCC
Complementary color
Monochromatic Colors of #84BDCC
Black with #84BDCC
Text Example
Text Example
White with #84BDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BDCC; }
p { color: rgb(132,189,204); }
H1.HeaderClassName
{
color: #84BDCC;
}
.AnyTagClassName
{
color: #84BDCC;
}
</style>
background-color css
<style>
a { background-color: #84BDCC; }
a { background-color: rgb(132,189,204); }
div.DivClassName
{
background-color: #84BDCC;
}
.BgClassName
{
background-color: #84BDCC;
}
</style>
border-color css
<style>
span { border-color: #84BDCC; }
span { border-color: rgb(132,189,204); }
td.TdClassName
{
border-color: #84BDCC;
}
.TagClassName
{
border-color: #84BDCC;
}
</style>