Shades of Seagull #84BFCB
Tints of Seagull #84BFCB
RGB
CMYK
RGB Variations
Color information
#84BFCB (or 0x84BFCB) is known color: Seagull. HEX triplet: 84, BF and CB. RGB value is (132,191,203). Sum of RGB (Red+Green+Blue) = 132+191+203=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #84BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BFCB is #7B4034. Grayscale: #AEAEAE. Windows color (decimal): -8077365 or 13352836. OLE color: 13352836.
HSL color Cylindrical-coordinate representation of color #84BFCB: hue angle of 190.14º 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 #84BFCB is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 191 | 203 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.20 |
| HSL | 190.14º | 0.41% | 0.66% | - |
| HSV(B) | 190.14º | 0.35% | 0.8% | - |
| XYZ | 38.93 | 46.48 | 63.42 | - |
| YUV | 174.73 | 143.95 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 203 | 0.35 | 0.06 | 0 | 0.20 | 190.14 | 0.41 | 0.66 |
| Hex | 84 | BF | CB | 23 | 6 | 0 | 14 | BE | 29 | 42 |
| Octal | 204 | 277 | 313 | 43 | 6 | 0 | 24 | 276 | 51 | 102 |
| Binary | 10000100 | 10111111 | 11001011 | 100011 | 110 | 0 | 10100 | 10111110 | 101001 | 1000010 |
Color Harmonies of #84BFCB
Complementary color
Monochromatic Colors of #84BFCB
Black with #84BFCB
Text Example
Text Example
White with #84BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFCB; }
p { color: rgb(132,191,203); }
H1.HeaderClassName
{
color: #84BFCB;
}
.AnyTagClassName
{
color: #84BFCB;
}
</style>
background-color css
<style>
a { background-color: #84BFCB; }
a { background-color: rgb(132,191,203); }
div.DivClassName
{
background-color: #84BFCB;
}
.BgClassName
{
background-color: #84BFCB;
}
</style>
border-color css
<style>
span { border-color: #84BFCB; }
span { border-color: rgb(132,191,203); }
td.TdClassName
{
border-color: #84BFCB;
}
.TagClassName
{
border-color: #84BFCB;
}
</style>