Shades of Seagull #83BECB
Tints of Seagull #83BECB
RGB
CMYK
RGB Variations
Color information
#83BECB (or 0x83BECB) is known color: Seagull. HEX triplet: 83, BE and CB. RGB value is (131,190,203). Sum of RGB (Red+Green+Blue) = 131+190+203=524 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25% from 524); Green value is 190 (74.61% from 255 or 36.26% 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 #83BECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BECB is #7C4134. Grayscale: #ADADAD. Windows color (decimal): -8143157 or 13352579. OLE color: 13352579.
HSL color Cylindrical-coordinate representation of color #83BECB: hue angle of 190.83º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83BECB is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 190 | 203 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.20 |
| HSL | 190.83º | 0.41% | 0.65% | - |
| HSV(B) | 190.83º | 0.35% | 0.8% | - |
| XYZ | 38.55 | 45.96 | 63.34 | - |
| YUV | 173.84 | 144.45 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 190 | 203 | 0.35 | 0.06 | 0 | 0.20 | 190.83 | 0.41 | 0.65 |
| Hex | 83 | BE | CB | 23 | 6 | 0 | 14 | BF | 29 | 41 |
| Octal | 203 | 276 | 313 | 43 | 6 | 0 | 24 | 277 | 51 | 101 |
| Binary | 10000011 | 10111110 | 11001011 | 100011 | 110 | 0 | 10100 | 10111111 | 101001 | 1000001 |
Color Harmonies of #83BECB
Complementary color
Monochromatic Colors of #83BECB
Black with #83BECB
Text Example
Text Example
White with #83BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BECB; }
p { color: rgb(131,190,203); }
H1.HeaderClassName
{
color: #83BECB;
}
.AnyTagClassName
{
color: #83BECB;
}
</style>
background-color css
<style>
a { background-color: #83BECB; }
a { background-color: rgb(131,190,203); }
div.DivClassName
{
background-color: #83BECB;
}
.BgClassName
{
background-color: #83BECB;
}
</style>
border-color css
<style>
span { border-color: #83BECB; }
span { border-color: rgb(131,190,203); }
td.TdClassName
{
border-color: #83BECB;
}
.TagClassName
{
border-color: #83BECB;
}
</style>