Shades of Seagull #83BFDB
Tints of Seagull #83BFDB
RGB
CMYK
RGB Variations
Color information
#83BFDB (or 0x83BFDB) is known color: Seagull. HEX triplet: 83, BF and DB. RGB value is (131,191,219). Sum of RGB (Red+Green+Blue) = 131+191+219=541 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.21% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #83BFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BFDB is #7C4024. Grayscale: #B0B0B0. Windows color (decimal): -8142885 or 14401411. OLE color: 14401411.
HSL color Cylindrical-coordinate representation of color #83BFDB: hue angle of 199.09º 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 #83BFDB is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 191 | 219 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.14 |
| HSL | 199.09º | 0.55% | 0.69% | - |
| HSV(B) | 199.09º | 0.4% | 0.86% | - |
| XYZ | 40.78 | 47.2 | 73.98 | - |
| YUV | 176.25 | 152.12 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 191 | 219 | 0.40 | 0.13 | 0 | 0.14 | 199.09 | 0.55 | 0.69 |
| Hex | 83 | BF | DB | 28 | D | 0 | E | C7 | 37 | 45 |
| Octal | 203 | 277 | 333 | 50 | 15 | 0 | 16 | 307 | 67 | 105 |
| Binary | 10000011 | 10111111 | 11011011 | 101000 | 1101 | 0 | 1110 | 11000111 | 110111 | 1000101 |
Color Harmonies of #83BFDB
Complementary color
Monochromatic Colors of #83BFDB
Black with #83BFDB
Text Example
Text Example
White with #83BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BFDB; }
p { color: rgb(131,191,219); }
H1.HeaderClassName
{
color: #83BFDB;
}
.AnyTagClassName
{
color: #83BFDB;
}
</style>
background-color css
<style>
a { background-color: #83BFDB; }
a { background-color: rgb(131,191,219); }
div.DivClassName
{
background-color: #83BFDB;
}
.BgClassName
{
background-color: #83BFDB;
}
</style>
border-color css
<style>
span { border-color: #83BFDB; }
span { border-color: rgb(131,191,219); }
td.TdClassName
{
border-color: #83BFDB;
}
.TagClassName
{
border-color: #83BFDB;
}
</style>