Shades of Seagull #83BBCB
Tints of Seagull #83BBCB
RGB
CMYK
RGB Variations
Color information
#83BBCB (or 0x83BBCB) is known color: Seagull. HEX triplet: 83, BB and CB. RGB value is (131,187,203). Sum of RGB (Red+Green+Blue) = 131+187+203=521 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.14% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #83BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BBCB is #7C4434. Grayscale: #ABABAB. Windows color (decimal): -8143925 or 13351811. OLE color: 13351811.
HSL color Cylindrical-coordinate representation of color #83BBCB: hue angle of 193.33º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83BBCB is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 187 | 203 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.20 |
| HSL | 193.33º | 0.41% | 0.65% | - |
| HSV(B) | 193.33º | 0.35% | 0.8% | - |
| XYZ | 37.91 | 44.68 | 63.13 | - |
| YUV | 172.08 | 145.45 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 203 | 0.35 | 0.08 | 0 | 0.20 | 193.33 | 0.41 | 0.65 |
| Hex | 83 | BB | CB | 23 | 8 | 0 | 14 | C1 | 29 | 41 |
| Octal | 203 | 273 | 313 | 43 | 10 | 0 | 24 | 301 | 51 | 101 |
| Binary | 10000011 | 10111011 | 11001011 | 100011 | 1000 | 0 | 10100 | 11000001 | 101001 | 1000001 |
Color Harmonies of #83BBCB
Complementary color
Monochromatic Colors of #83BBCB
Black with #83BBCB
Text Example
Text Example
White with #83BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BBCB; }
p { color: rgb(131,187,203); }
H1.HeaderClassName
{
color: #83BBCB;
}
.AnyTagClassName
{
color: #83BBCB;
}
</style>
background-color css
<style>
a { background-color: #83BBCB; }
a { background-color: rgb(131,187,203); }
div.DivClassName
{
background-color: #83BBCB;
}
.BgClassName
{
background-color: #83BBCB;
}
</style>
border-color css
<style>
span { border-color: #83BBCB; }
span { border-color: rgb(131,187,203); }
td.TdClassName
{
border-color: #83BBCB;
}
.TagClassName
{
border-color: #83BBCB;
}
</style>