Shades of Seagull #83BADC
Tints of Seagull #83BADC
RGB
CMYK
RGB Variations
Color information
#83BADC (or 0x83BADC) is known color: Seagull. HEX triplet: 83, BA and DC. RGB value is (131,186,220). Sum of RGB (Red+Green+Blue) = 131+186+220=537 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.39% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #83BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BADC is #7C4523. Grayscale: #ADADAD. Windows color (decimal): -8144164 or 14465667. OLE color: 14465667.
HSL color Cylindrical-coordinate representation of color #83BADC: hue angle of 202.92º degrees, saturation: 0.56, 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 #83BADC is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 186 | 220 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.14 |
| HSL | 202.92º | 0.56% | 0.69% | - |
| HSV(B) | 202.92º | 0.4% | 0.86% | - |
| XYZ | 39.84 | 45.11 | 74.32 | - |
| YUV | 173.43 | 154.28 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 186 | 220 | 0.40 | 0.15 | 0 | 0.14 | 202.92 | 0.56 | 0.69 |
| Hex | 83 | BA | DC | 28 | F | 0 | E | CB | 38 | 45 |
| Octal | 203 | 272 | 334 | 50 | 17 | 0 | 16 | 313 | 70 | 105 |
| Binary | 10000011 | 10111010 | 11011100 | 101000 | 1111 | 0 | 1110 | 11001011 | 111000 | 1000101 |
Color Harmonies of #83BADC
Complementary color
Monochromatic Colors of #83BADC
Black with #83BADC
Text Example
Text Example
White with #83BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BADC; }
p { color: rgb(131,186,220); }
H1.HeaderClassName
{
color: #83BADC;
}
.AnyTagClassName
{
color: #83BADC;
}
</style>
background-color css
<style>
a { background-color: #83BADC; }
a { background-color: rgb(131,186,220); }
div.DivClassName
{
background-color: #83BADC;
}
.BgClassName
{
background-color: #83BADC;
}
</style>
border-color css
<style>
span { border-color: #83BADC; }
span { border-color: rgb(131,186,220); }
td.TdClassName
{
border-color: #83BADC;
}
.TagClassName
{
border-color: #83BADC;
}
</style>