Shades of Seagull #83BFCF
Tints of Seagull #83BFCF
RGB
CMYK
RGB Variations
Color information
#83BFCF (or 0x83BFCF) is known color: Seagull. HEX triplet: 83, BF and CF. RGB value is (131,191,207). Sum of RGB (Red+Green+Blue) = 131+191+207=529 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.76% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #83BFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BFCF is #7C4030. Grayscale: #AEAEAE. Windows color (decimal): -8142897 or 13614979. OLE color: 13614979.
HSL color Cylindrical-coordinate representation of color #83BFCF: hue angle of 192.63º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83BFCF is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 191 | 207 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.19 |
| HSL | 192.63º | 0.44% | 0.66% | - |
| HSV(B) | 192.63º | 0.37% | 0.81% | - |
| XYZ | 39.25 | 46.59 | 65.96 | - |
| YUV | 174.88 | 146.12 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 191 | 207 | 0.37 | 0.08 | 0 | 0.19 | 192.63 | 0.44 | 0.66 |
| Hex | 83 | BF | CF | 25 | 8 | 0 | 13 | C1 | 2C | 42 |
| Octal | 203 | 277 | 317 | 45 | 10 | 0 | 23 | 301 | 54 | 102 |
| Binary | 10000011 | 10111111 | 11001111 | 100101 | 1000 | 0 | 10011 | 11000001 | 101100 | 1000010 |
Color Harmonies of #83BFCF
Complementary color
Monochromatic Colors of #83BFCF
Black with #83BFCF
Text Example
Text Example
White with #83BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BFCF; }
p { color: rgb(131,191,207); }
H1.HeaderClassName
{
color: #83BFCF;
}
.AnyTagClassName
{
color: #83BFCF;
}
</style>
background-color css
<style>
a { background-color: #83BFCF; }
a { background-color: rgb(131,191,207); }
div.DivClassName
{
background-color: #83BFCF;
}
.BgClassName
{
background-color: #83BFCF;
}
</style>
border-color css
<style>
span { border-color: #83BFCF; }
span { border-color: rgb(131,191,207); }
td.TdClassName
{
border-color: #83BFCF;
}
.TagClassName
{
border-color: #83BFCF;
}
</style>