Shades of Seagull #83BBDE
Tints of Seagull #83BBDE
RGB
CMYK
RGB Variations
Color information
#83BBDE (or 0x83BBDE) is known color: Seagull. HEX triplet: 83, BB and DE. RGB value is (131,187,222). Sum of RGB (Red+Green+Blue) = 131+187+222=540 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.26% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #83BBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BBDE is #7C4421. Grayscale: #AEAEAE. Windows color (decimal): -8143906 or 14596995. OLE color: 14596995.
HSL color Cylindrical-coordinate representation of color #83BBDE: hue angle of 203.08º 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 #83BBDE is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 187 | 222 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.13 |
| HSL | 203.08º | 0.58% | 0.69% | - |
| HSV(B) | 203.08º | 0.41% | 0.87% | - |
| XYZ | 40.32 | 45.64 | 75.79 | - |
| YUV | 174.25 | 154.95 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 222 | 0.41 | 0.16 | 0 | 0.13 | 203.08 | 0.58 | 0.69 |
| Hex | 83 | BB | DE | 29 | 10 | 0 | D | CB | 3A | 45 |
| Octal | 203 | 273 | 336 | 51 | 20 | 0 | 15 | 313 | 72 | 105 |
| Binary | 10000011 | 10111011 | 11011110 | 101001 | 10000 | 0 | 1101 | 11001011 | 111010 | 1000101 |
Color Harmonies of #83BBDE
Complementary color
Monochromatic Colors of #83BBDE
Black with #83BBDE
Text Example
Text Example
White with #83BBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BBDE; }
p { color: rgb(131,187,222); }
H1.HeaderClassName
{
color: #83BBDE;
}
.AnyTagClassName
{
color: #83BBDE;
}
</style>
background-color css
<style>
a { background-color: #83BBDE; }
a { background-color: rgb(131,187,222); }
div.DivClassName
{
background-color: #83BBDE;
}
.BgClassName
{
background-color: #83BBDE;
}
</style>
border-color css
<style>
span { border-color: #83BBDE; }
span { border-color: rgb(131,187,222); }
td.TdClassName
{
border-color: #83BBDE;
}
.TagClassName
{
border-color: #83BBDE;
}
</style>