Shades of Seagull #83BCDE
Tints of Seagull #83BCDE
RGB
CMYK
RGB Variations
Color information
#83BCDE (or 0x83BCDE) is known color: Seagull. HEX triplet: 83, BC and DE. RGB value is (131,188,222). Sum of RGB (Red+Green+Blue) = 131+188+222=541 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.21% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #83BCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BCDE is #7C4321. Grayscale: #AEAEAE. Windows color (decimal): -8143650 or 14597251. OLE color: 14597251.
HSL color Cylindrical-coordinate representation of color #83BCDE: hue angle of 202.42º degrees, saturation: 0.58, 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 #83BCDE is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 188 | 222 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.13 |
| HSL | 202.42º | 0.58% | 0.69% | - |
| HSV(B) | 202.42º | 0.41% | 0.87% | - |
| XYZ | 40.53 | 46.07 | 75.86 | - |
| YUV | 174.83 | 154.62 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 222 | 0.41 | 0.15 | 0 | 0.13 | 202.42 | 0.58 | 0.69 |
| Hex | 83 | BC | DE | 29 | F | 0 | D | CA | 3A | 45 |
| Octal | 203 | 274 | 336 | 51 | 17 | 0 | 15 | 312 | 72 | 105 |
| Binary | 10000011 | 10111100 | 11011110 | 101001 | 1111 | 0 | 1101 | 11001010 | 111010 | 1000101 |
Color Harmonies of #83BCDE
Complementary color
Monochromatic Colors of #83BCDE
Black with #83BCDE
Text Example
Text Example
White with #83BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BCDE; }
p { color: rgb(131,188,222); }
H1.HeaderClassName
{
color: #83BCDE;
}
.AnyTagClassName
{
color: #83BCDE;
}
</style>
background-color css
<style>
a { background-color: #83BCDE; }
a { background-color: rgb(131,188,222); }
div.DivClassName
{
background-color: #83BCDE;
}
.BgClassName
{
background-color: #83BCDE;
}
</style>
border-color css
<style>
span { border-color: #83BCDE; }
span { border-color: rgb(131,188,222); }
td.TdClassName
{
border-color: #83BCDE;
}
.TagClassName
{
border-color: #83BCDE;
}
</style>