Shades of Seagull #83BEC9
Tints of Seagull #83BEC9
RGB
CMYK
RGB Variations
Color information
#83BEC9 (or 0x83BEC9) is known color: Seagull. HEX triplet: 83, BE and C9. RGB value is (131,190,201). Sum of RGB (Red+Green+Blue) = 131+190+201=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 201 - color contains mainly: blue. Hex color #83BEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BEC9 is #7C4136. Grayscale: #ADADAD. Windows color (decimal): -8143159 or 13221507. OLE color: 13221507.
HSL color Cylindrical-coordinate representation of color #83BEC9: hue angle of 189.43º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83BEC9 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 190 | 201 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.21 |
| HSL | 189.43º | 0.39% | 0.65% | - |
| HSV(B) | 189.43º | 0.35% | 0.79% | - |
| XYZ | 38.32 | 45.87 | 62.09 | - |
| YUV | 173.61 | 143.45 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 190 | 201 | 0.35 | 0.05 | 0 | 0.21 | 189.43 | 0.39 | 0.65 |
| Hex | 83 | BE | C9 | 23 | 5 | 0 | 15 | BD | 27 | 41 |
| Octal | 203 | 276 | 311 | 43 | 5 | 0 | 25 | 275 | 47 | 101 |
| Binary | 10000011 | 10111110 | 11001001 | 100011 | 101 | 0 | 10101 | 10111101 | 100111 | 1000001 |
Color Harmonies of #83BEC9
Complementary color
Monochromatic Colors of #83BEC9
Black with #83BEC9
Text Example
Text Example
White with #83BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BEC9; }
p { color: rgb(131,190,201); }
H1.HeaderClassName
{
color: #83BEC9;
}
.AnyTagClassName
{
color: #83BEC9;
}
</style>
background-color css
<style>
a { background-color: #83BEC9; }
a { background-color: rgb(131,190,201); }
div.DivClassName
{
background-color: #83BEC9;
}
.BgClassName
{
background-color: #83BEC9;
}
</style>
border-color css
<style>
span { border-color: #83BEC9; }
span { border-color: rgb(131,190,201); }
td.TdClassName
{
border-color: #83BEC9;
}
.TagClassName
{
border-color: #83BEC9;
}
</style>