Shades of Seagull #83BDDD
Tints of Seagull #83BDDD
RGB
CMYK
RGB Variations
Color information
#83BDDD (or 0x83BDDD) is known color: Seagull. HEX triplet: 83, BD and DD. RGB value is (131,189,221). Sum of RGB (Red+Green+Blue) = 131+189+221=541 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.21% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #83BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BDDD is #7C4222. Grayscale: #AFAFAF. Windows color (decimal): -8143395 or 14531971. OLE color: 14531971.
HSL color Cylindrical-coordinate representation of color #83BDDD: hue angle of 201.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83BDDD is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 189 | 221 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.13 |
| HSL | 201.33º | 0.57% | 0.69% | - |
| HSV(B) | 201.33º | 0.41% | 0.87% | - |
| XYZ | 40.61 | 46.44 | 75.23 | - |
| YUV | 175.31 | 153.78 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 189 | 221 | 0.41 | 0.14 | 0 | 0.13 | 201.33 | 0.57 | 0.69 |
| Hex | 83 | BD | DD | 29 | E | 0 | D | C9 | 39 | 45 |
| Octal | 203 | 275 | 335 | 51 | 16 | 0 | 15 | 311 | 71 | 105 |
| Binary | 10000011 | 10111101 | 11011101 | 101001 | 1110 | 0 | 1101 | 11001001 | 111001 | 1000101 |
Color Harmonies of #83BDDD
Complementary color
Monochromatic Colors of #83BDDD
Black with #83BDDD
Text Example
Text Example
White with #83BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BDDD; }
p { color: rgb(131,189,221); }
H1.HeaderClassName
{
color: #83BDDD;
}
.AnyTagClassName
{
color: #83BDDD;
}
</style>
background-color css
<style>
a { background-color: #83BDDD; }
a { background-color: rgb(131,189,221); }
div.DivClassName
{
background-color: #83BDDD;
}
.BgClassName
{
background-color: #83BDDD;
}
</style>
border-color css
<style>
span { border-color: #83BDDD; }
span { border-color: rgb(131,189,221); }
td.TdClassName
{
border-color: #83BDDD;
}
.TagClassName
{
border-color: #83BDDD;
}
</style>