Shades of Seagull #83BEDB
Tints of Seagull #83BEDB
RGB
CMYK
RGB Variations
Color information
#83BEDB (or 0x83BEDB) is known color: Seagull. HEX triplet: 83, BE and DB. RGB value is (131,190,219). Sum of RGB (Red+Green+Blue) = 131+190+219=540 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.26% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #83BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BEDB is #7C4124. Grayscale: #AFAFAF. Windows color (decimal): -8143141 or 14401155. OLE color: 14401155.
HSL color Cylindrical-coordinate representation of color #83BEDB: hue angle of 199.77º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83BEDB is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 190 | 219 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.14 |
| HSL | 199.77º | 0.55% | 0.69% | - |
| HSV(B) | 199.77º | 0.4% | 0.86% | - |
| XYZ | 40.56 | 46.77 | 73.91 | - |
| YUV | 175.67 | 152.45 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 190 | 219 | 0.40 | 0.13 | 0 | 0.14 | 199.77 | 0.55 | 0.69 |
| Hex | 83 | BE | DB | 28 | D | 0 | E | C8 | 37 | 45 |
| Octal | 203 | 276 | 333 | 50 | 15 | 0 | 16 | 310 | 67 | 105 |
| Binary | 10000011 | 10111110 | 11011011 | 101000 | 1101 | 0 | 1110 | 11001000 | 110111 | 1000101 |
Color Harmonies of #83BEDB
Complementary color
Monochromatic Colors of #83BEDB
Black with #83BEDB
Text Example
Text Example
White with #83BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BEDB; }
p { color: rgb(131,190,219); }
H1.HeaderClassName
{
color: #83BEDB;
}
.AnyTagClassName
{
color: #83BEDB;
}
</style>
background-color css
<style>
a { background-color: #83BEDB; }
a { background-color: rgb(131,190,219); }
div.DivClassName
{
background-color: #83BEDB;
}
.BgClassName
{
background-color: #83BEDB;
}
</style>
border-color css
<style>
span { border-color: #83BEDB; }
span { border-color: rgb(131,190,219); }
td.TdClassName
{
border-color: #83BEDB;
}
.TagClassName
{
border-color: #83BEDB;
}
</style>