Shades of Seagull #83BED5
Tints of Seagull #83BED5
RGB
CMYK
RGB Variations
Color information
#83BED5 (or 0x83BED5) is known color: Seagull. HEX triplet: 83, BE and D5. RGB value is (131,190,213). Sum of RGB (Red+Green+Blue) = 131+190+213=534 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.53% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #83BED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BED5 is #7C412A. Grayscale: #AEAEAE. Windows color (decimal): -8143147 or 14007939. OLE color: 14007939.
HSL color Cylindrical-coordinate representation of color #83BED5: hue angle of 196.83º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83BED5 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 190 | 213 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.16 |
| HSL | 196.83º | 0.49% | 0.67% | - |
| HSV(B) | 196.83º | 0.38% | 0.84% | - |
| XYZ | 39.78 | 46.46 | 69.82 | - |
| YUV | 174.98 | 149.45 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 190 | 213 | 0.38 | 0.11 | 0 | 0.16 | 196.83 | 0.49 | 0.67 |
| Hex | 83 | BE | D5 | 26 | B | 0 | 10 | C5 | 31 | 43 |
| Octal | 203 | 276 | 325 | 46 | 13 | 0 | 20 | 305 | 61 | 103 |
| Binary | 10000011 | 10111110 | 11010101 | 100110 | 1011 | 0 | 10000 | 11000101 | 110001 | 1000011 |
Color Harmonies of #83BED5
Complementary color
Monochromatic Colors of #83BED5
Black with #83BED5
Text Example
Text Example
White with #83BED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BED5; }
p { color: rgb(131,190,213); }
H1.HeaderClassName
{
color: #83BED5;
}
.AnyTagClassName
{
color: #83BED5;
}
</style>
background-color css
<style>
a { background-color: #83BED5; }
a { background-color: rgb(131,190,213); }
div.DivClassName
{
background-color: #83BED5;
}
.BgClassName
{
background-color: #83BED5;
}
</style>
border-color css
<style>
span { border-color: #83BED5; }
span { border-color: rgb(131,190,213); }
td.TdClassName
{
border-color: #83BED5;
}
.TagClassName
{
border-color: #83BED5;
}
</style>