Shades of Seagull #83BCDB
Tints of Seagull #83BCDB
RGB
CMYK
RGB Variations
Color information
#83BCDB (or 0x83BCDB) is known color: Seagull. HEX triplet: 83, BC and DB. RGB value is (131,188,219). Sum of RGB (Red+Green+Blue) = 131+188+219=538 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.35% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #83BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BCDB is #7C4324. Grayscale: #AEAEAE. Windows color (decimal): -8143653 or 14400643. OLE color: 14400643.
HSL color Cylindrical-coordinate representation of color #83BCDB: hue angle of 201.14º 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 #83BCDB is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 188 | 219 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.14 |
| HSL | 201.14º | 0.55% | 0.69% | - |
| HSV(B) | 201.14º | 0.4% | 0.86% | - |
| XYZ | 40.13 | 45.91 | 73.76 | - |
| YUV | 174.49 | 153.12 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 219 | 0.40 | 0.14 | 0 | 0.14 | 201.14 | 0.55 | 0.69 |
| Hex | 83 | BC | DB | 28 | E | 0 | E | C9 | 37 | 45 |
| Octal | 203 | 274 | 333 | 50 | 16 | 0 | 16 | 311 | 67 | 105 |
| Binary | 10000011 | 10111100 | 11011011 | 101000 | 1110 | 0 | 1110 | 11001001 | 110111 | 1000101 |
Color Harmonies of #83BCDB
Complementary color
Monochromatic Colors of #83BCDB
Black with #83BCDB
Text Example
Text Example
White with #83BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BCDB; }
p { color: rgb(131,188,219); }
H1.HeaderClassName
{
color: #83BCDB;
}
.AnyTagClassName
{
color: #83BCDB;
}
</style>
background-color css
<style>
a { background-color: #83BCDB; }
a { background-color: rgb(131,188,219); }
div.DivClassName
{
background-color: #83BCDB;
}
.BgClassName
{
background-color: #83BCDB;
}
</style>
border-color css
<style>
span { border-color: #83BCDB; }
span { border-color: rgb(131,188,219); }
td.TdClassName
{
border-color: #83BCDB;
}
.TagClassName
{
border-color: #83BCDB;
}
</style>