Shades of Seagull #83BBC8
Tints of Seagull #83BBC8
RGB
CMYK
RGB Variations
Color information
#83BBC8 (or 0x83BBC8) is known color: Seagull. HEX triplet: 83, BB and C8. RGB value is (131,187,200). Sum of RGB (Red+Green+Blue) = 131+187+200=518 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.29% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 200 - color contains mainly: blue. Hex color #83BBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BBC8 is #7C4437. Grayscale: #ABABAB. Windows color (decimal): -8143928 or 13155203. OLE color: 13155203.
HSL color Cylindrical-coordinate representation of color #83BBC8: hue angle of 191.3º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83BBC8 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 187 | 200 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.22 |
| HSL | 191.3º | 0.39% | 0.65% | - |
| HSV(B) | 191.3º | 0.35% | 0.78% | - |
| XYZ | 37.56 | 44.54 | 61.26 | - |
| YUV | 171.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 200 | 0.34 | 0.06 | 0 | 0.22 | 191.3 | 0.39 | 0.65 |
| Hex | 83 | BB | C8 | 22 | 6 | 0 | 16 | BF | 27 | 41 |
| Octal | 203 | 273 | 310 | 42 | 6 | 0 | 26 | 277 | 47 | 101 |
| Binary | 10000011 | 10111011 | 11001000 | 100010 | 110 | 0 | 10110 | 10111111 | 100111 | 1000001 |
Color Harmonies of #83BBC8
Complementary color
Monochromatic Colors of #83BBC8
Black with #83BBC8
Text Example
Text Example
White with #83BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BBC8; }
p { color: rgb(131,187,200); }
H1.HeaderClassName
{
color: #83BBC8;
}
.AnyTagClassName
{
color: #83BBC8;
}
</style>
background-color css
<style>
a { background-color: #83BBC8; }
a { background-color: rgb(131,187,200); }
div.DivClassName
{
background-color: #83BBC8;
}
.BgClassName
{
background-color: #83BBC8;
}
</style>
border-color css
<style>
span { border-color: #83BBC8; }
span { border-color: rgb(131,187,200); }
td.TdClassName
{
border-color: #83BBC8;
}
.TagClassName
{
border-color: #83BBC8;
}
</style>