Shades of Seagull #83BEDC
Tints of Seagull #83BEDC
RGB
CMYK
RGB Variations
Color information
#83BEDC (or 0x83BEDC) is known color: Seagull. HEX triplet: 83, BE and DC. RGB value is (131,190,220). Sum of RGB (Red+Green+Blue) = 131+190+220=541 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.21% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #83BEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BEDC is #7C4123. Grayscale: #AFAFAF. Windows color (decimal): -8143140 or 14466691. OLE color: 14466691.
HSL color Cylindrical-coordinate representation of color #83BEDC: hue angle of 200.22º 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 #83BEDC is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 190 | 220 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.14 |
| HSL | 200.22º | 0.56% | 0.69% | - |
| HSV(B) | 200.22º | 0.4% | 0.86% | - |
| XYZ | 40.69 | 46.82 | 74.6 | - |
| YUV | 175.78 | 152.95 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 190 | 220 | 0.40 | 0.14 | 0 | 0.14 | 200.22 | 0.56 | 0.69 |
| Hex | 83 | BE | DC | 28 | E | 0 | E | C8 | 38 | 45 |
| Octal | 203 | 276 | 334 | 50 | 16 | 0 | 16 | 310 | 70 | 105 |
| Binary | 10000011 | 10111110 | 11011100 | 101000 | 1110 | 0 | 1110 | 11001000 | 111000 | 1000101 |
Color Harmonies of #83BEDC
Complementary color
Monochromatic Colors of #83BEDC
Black with #83BEDC
Text Example
Text Example
White with #83BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BEDC; }
p { color: rgb(131,190,220); }
H1.HeaderClassName
{
color: #83BEDC;
}
.AnyTagClassName
{
color: #83BEDC;
}
</style>
background-color css
<style>
a { background-color: #83BEDC; }
a { background-color: rgb(131,190,220); }
div.DivClassName
{
background-color: #83BEDC;
}
.BgClassName
{
background-color: #83BEDC;
}
</style>
border-color css
<style>
span { border-color: #83BEDC; }
span { border-color: rgb(131,190,220); }
td.TdClassName
{
border-color: #83BEDC;
}
.TagClassName
{
border-color: #83BEDC;
}
</style>