Shades of Seagull #84BCCB
Tints of Seagull #84BCCB
RGB
CMYK
RGB Variations
Color information
#84BCCB (or 0x84BCCB) is known color: Seagull. HEX triplet: 84, BC and CB. RGB value is (132,188,203). Sum of RGB (Red+Green+Blue) = 132+188+203=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #84BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCCB is #7B4334. Grayscale: #ACACAC. Windows color (decimal): -8078133 or 13352068. OLE color: 13352068.
HSL color Cylindrical-coordinate representation of color #84BCCB: hue angle of 192.68º 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 #84BCCB is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 188 | 203 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.20 |
| HSL | 192.68º | 0.41% | 0.66% | - |
| HSV(B) | 192.68º | 0.35% | 0.8% | - |
| XYZ | 38.28 | 45.18 | 63.2 | - |
| YUV | 172.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 203 | 0.35 | 0.07 | 0 | 0.20 | 192.68 | 0.41 | 0.66 |
| Hex | 84 | BC | CB | 23 | 7 | 0 | 14 | C1 | 29 | 42 |
| Octal | 204 | 274 | 313 | 43 | 7 | 0 | 24 | 301 | 51 | 102 |
| Binary | 10000100 | 10111100 | 11001011 | 100011 | 111 | 0 | 10100 | 11000001 | 101001 | 1000010 |
Color Harmonies of #84BCCB
Complementary color
Monochromatic Colors of #84BCCB
Black with #84BCCB
Text Example
Text Example
White with #84BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCCB; }
p { color: rgb(132,188,203); }
H1.HeaderClassName
{
color: #84BCCB;
}
.AnyTagClassName
{
color: #84BCCB;
}
</style>
background-color css
<style>
a { background-color: #84BCCB; }
a { background-color: rgb(132,188,203); }
div.DivClassName
{
background-color: #84BCCB;
}
.BgClassName
{
background-color: #84BCCB;
}
</style>
border-color css
<style>
span { border-color: #84BCCB; }
span { border-color: rgb(132,188,203); }
td.TdClassName
{
border-color: #84BCCB;
}
.TagClassName
{
border-color: #84BCCB;
}
</style>