Shades of Seagull #83B1CB
Tints of Seagull #83B1CB
RGB
CMYK
RGB Variations
Color information
#83B1CB (or 0x83B1CB) is known color: Seagull. HEX triplet: 83, B1 and CB. RGB value is (131,177,203). Sum of RGB (Red+Green+Blue) = 131+177+203=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #83B1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B1CB is #7C4E34. Grayscale: #A6A6A6. Windows color (decimal): -8146485 or 13349251. OLE color: 13349251.
HSL color Cylindrical-coordinate representation of color #83B1CB: hue angle of 201.67º 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 #83B1CB is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 177 | 203 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.20 |
| HSL | 201.67º | 0.41% | 0.65% | - |
| HSV(B) | 201.67º | 0.35% | 0.8% | - |
| XYZ | 35.86 | 40.58 | 62.44 | - |
| YUV | 166.21 | 148.76 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 177 | 203 | 0.35 | 0.13 | 0 | 0.20 | 201.67 | 0.41 | 0.65 |
| Hex | 83 | B1 | CB | 23 | D | 0 | 14 | CA | 29 | 41 |
| Octal | 203 | 261 | 313 | 43 | 15 | 0 | 24 | 312 | 51 | 101 |
| Binary | 10000011 | 10110001 | 11001011 | 100011 | 1101 | 0 | 10100 | 11001010 | 101001 | 1000001 |
Color Harmonies of #83B1CB
Complementary color
Monochromatic Colors of #83B1CB
Black with #83B1CB
Text Example
Text Example
White with #83B1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B1CB; }
p { color: rgb(131,177,203); }
H1.HeaderClassName
{
color: #83B1CB;
}
.AnyTagClassName
{
color: #83B1CB;
}
</style>
background-color css
<style>
a { background-color: #83B1CB; }
a { background-color: rgb(131,177,203); }
div.DivClassName
{
background-color: #83B1CB;
}
.BgClassName
{
background-color: #83B1CB;
}
</style>
border-color css
<style>
span { border-color: #83B1CB; }
span { border-color: rgb(131,177,203); }
td.TdClassName
{
border-color: #83B1CB;
}
.TagClassName
{
border-color: #83B1CB;
}
</style>