Shades of Seagull #84BDCB
Tints of Seagull #84BDCB
RGB
CMYK
RGB Variations
Color information
#84BDCB (or 0x84BDCB) is known color: Seagull. HEX triplet: 84, BD and CB. RGB value is (132,189,203). Sum of RGB (Red+Green+Blue) = 132+189+203=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #84BDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BDCB is #7B4234. Grayscale: #ADADAD. Windows color (decimal): -8077877 or 13352324. OLE color: 13352324.
HSL color Cylindrical-coordinate representation of color #84BDCB: hue angle of 191.83º 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 #84BDCB is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 189 | 203 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.20 |
| HSL | 191.83º | 0.41% | 0.66% | - |
| HSV(B) | 191.83º | 0.35% | 0.8% | - |
| XYZ | 38.49 | 45.61 | 63.28 | - |
| YUV | 173.55 | 144.62 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 203 | 0.35 | 0.07 | 0 | 0.20 | 191.83 | 0.41 | 0.66 |
| Hex | 84 | BD | CB | 23 | 7 | 0 | 14 | C0 | 29 | 42 |
| Octal | 204 | 275 | 313 | 43 | 7 | 0 | 24 | 300 | 51 | 102 |
| Binary | 10000100 | 10111101 | 11001011 | 100011 | 111 | 0 | 10100 | 11000000 | 101001 | 1000010 |
Color Harmonies of #84BDCB
Complementary color
Monochromatic Colors of #84BDCB
Black with #84BDCB
Text Example
Text Example
White with #84BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BDCB; }
p { color: rgb(132,189,203); }
H1.HeaderClassName
{
color: #84BDCB;
}
.AnyTagClassName
{
color: #84BDCB;
}
</style>
background-color css
<style>
a { background-color: #84BDCB; }
a { background-color: rgb(132,189,203); }
div.DivClassName
{
background-color: #84BDCB;
}
.BgClassName
{
background-color: #84BDCB;
}
</style>
border-color css
<style>
span { border-color: #84BDCB; }
span { border-color: rgb(132,189,203); }
td.TdClassName
{
border-color: #84BDCB;
}
.TagClassName
{
border-color: #84BDCB;
}
</style>