Shades of Seagull #83B2CB
Tints of Seagull #83B2CB
RGB
CMYK
RGB Variations
Color information
#83B2CB (or 0x83B2CB) is known color: Seagull. HEX triplet: 83, B2 and CB. RGB value is (131,178,203). Sum of RGB (Red+Green+Blue) = 131+178+203=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #83B2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B2CB is #7C4D34. Grayscale: #A6A6A6. Windows color (decimal): -8146229 or 13349507. OLE color: 13349507.
HSL color Cylindrical-coordinate representation of color #83B2CB: hue angle of 200.83º 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 #83B2CB is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 178 | 203 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.20 |
| HSL | 200.83º | 0.41% | 0.65% | - |
| HSV(B) | 200.83º | 0.35% | 0.8% | - |
| XYZ | 36.06 | 40.98 | 62.51 | - |
| YUV | 166.8 | 148.43 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 178 | 203 | 0.35 | 0.12 | 0 | 0.20 | 200.83 | 0.41 | 0.65 |
| Hex | 83 | B2 | CB | 23 | C | 0 | 14 | C9 | 29 | 41 |
| Octal | 203 | 262 | 313 | 43 | 14 | 0 | 24 | 311 | 51 | 101 |
| Binary | 10000011 | 10110010 | 11001011 | 100011 | 1100 | 0 | 10100 | 11001001 | 101001 | 1000001 |
Color Harmonies of #83B2CB
Complementary color
Monochromatic Colors of #83B2CB
Black with #83B2CB
Text Example
Text Example
White with #83B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B2CB; }
p { color: rgb(131,178,203); }
H1.HeaderClassName
{
color: #83B2CB;
}
.AnyTagClassName
{
color: #83B2CB;
}
</style>
background-color css
<style>
a { background-color: #83B2CB; }
a { background-color: rgb(131,178,203); }
div.DivClassName
{
background-color: #83B2CB;
}
.BgClassName
{
background-color: #83B2CB;
}
</style>
border-color css
<style>
span { border-color: #83B2CB; }
span { border-color: rgb(131,178,203); }
td.TdClassName
{
border-color: #83B2CB;
}
.TagClassName
{
border-color: #83B2CB;
}
</style>