Shades of Seagull #83BBCC
Tints of Seagull #83BBCC
RGB
CMYK
RGB Variations
Color information
#83BBCC (or 0x83BBCC) is known color: Seagull. HEX triplet: 83, BB and CC. RGB value is (131,187,204). Sum of RGB (Red+Green+Blue) = 131+187+204=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #83BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BBCC is #7C4433. Grayscale: #ACACAC. Windows color (decimal): -8143924 or 13417347. OLE color: 13417347.
HSL color Cylindrical-coordinate representation of color #83BBCC: hue angle of 193.97º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83BBCC is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 187 | 204 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.2 |
| HSL | 193.97º | 0.42% | 0.66% | - |
| HSV(B) | 193.97º | 0.36% | 0.8% | - |
| XYZ | 38.03 | 44.73 | 63.76 | - |
| YUV | 172.19 | 145.95 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 204 | 0.36 | 0.08 | 0 | 0.2 | 193.97 | 0.42 | 0.66 |
| Hex | 83 | BB | CC | 24 | 8 | 0 | 14 | C2 | 2A | 42 |
| Octal | 203 | 273 | 314 | 44 | 10 | 0 | 24 | 302 | 52 | 102 |
| Binary | 10000011 | 10111011 | 11001100 | 100100 | 1000 | 0 | 10100 | 11000010 | 101010 | 1000010 |
Color Harmonies of #83BBCC
Complementary color
Monochromatic Colors of #83BBCC
Black with #83BBCC
Text Example
Text Example
White with #83BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BBCC; }
p { color: rgb(131,187,204); }
H1.HeaderClassName
{
color: #83BBCC;
}
.AnyTagClassName
{
color: #83BBCC;
}
</style>
background-color css
<style>
a { background-color: #83BBCC; }
a { background-color: rgb(131,187,204); }
div.DivClassName
{
background-color: #83BBCC;
}
.BgClassName
{
background-color: #83BBCC;
}
</style>
border-color css
<style>
span { border-color: #83BBCC; }
span { border-color: rgb(131,187,204); }
td.TdClassName
{
border-color: #83BBCC;
}
.TagClassName
{
border-color: #83BBCC;
}
</style>