Shades of Seagull #83BECF
Tints of Seagull #83BECF
RGB
CMYK
RGB Variations
Color information
#83BECF (or 0x83BECF) is known color: Seagull. HEX triplet: 83, BE and CF. RGB value is (131,190,207). Sum of RGB (Red+Green+Blue) = 131+190+207=528 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.81% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #83BECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BECF is #7C4130. Grayscale: #AEAEAE. Windows color (decimal): -8143153 or 13614723. OLE color: 13614723.
HSL color Cylindrical-coordinate representation of color #83BECF: hue angle of 193.42º 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 #83BECF is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 190 | 207 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.19 |
| HSL | 193.42º | 0.44% | 0.66% | - |
| HSV(B) | 193.42º | 0.37% | 0.81% | - |
| XYZ | 39.04 | 46.16 | 65.88 | - |
| YUV | 174.3 | 146.45 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 190 | 207 | 0.37 | 0.08 | 0 | 0.19 | 193.42 | 0.44 | 0.66 |
| Hex | 83 | BE | CF | 25 | 8 | 0 | 13 | C1 | 2C | 42 |
| Octal | 203 | 276 | 317 | 45 | 10 | 0 | 23 | 301 | 54 | 102 |
| Binary | 10000011 | 10111110 | 11001111 | 100101 | 1000 | 0 | 10011 | 11000001 | 101100 | 1000010 |
Color Harmonies of #83BECF
Complementary color
Monochromatic Colors of #83BECF
Black with #83BECF
Text Example
Text Example
White with #83BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BECF; }
p { color: rgb(131,190,207); }
H1.HeaderClassName
{
color: #83BECF;
}
.AnyTagClassName
{
color: #83BECF;
}
</style>
background-color css
<style>
a { background-color: #83BECF; }
a { background-color: rgb(131,190,207); }
div.DivClassName
{
background-color: #83BECF;
}
.BgClassName
{
background-color: #83BECF;
}
</style>
border-color css
<style>
span { border-color: #83BECF; }
span { border-color: rgb(131,190,207); }
td.TdClassName
{
border-color: #83BECF;
}
.TagClassName
{
border-color: #83BECF;
}
</style>